MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / emit_fetched

Function emit_fetched

deployments/feishu/daily-push-agent/main.py:1194–1196  ·  view source on GitHub ↗
(source: str, papers: List[Dict])

Source from the content-addressed store, hash-verified

1192 print(f" Progress callback error: {exc}")
1193
1194 def emit_fetched(source: str, papers: List[Dict]) -> None:
1195 for paper in papers:
1196 emit({"phase": "fetched", "source": source, "paper": paper})
1197
1198 try:
1199 today = datetime.strptime(str(target_date or "").strip(), "%Y-%m-%d") if target_date else datetime.now()

Callers 5

fetch_arxiv_papersFunction · 0.85
fetch_openreview_papersFunction · 0.85
fetch_journal_papersFunction · 0.85
fetch_and_process_papersFunction · 0.85

Calls 1

emitFunction · 0.85

Tested by

no test coverage detected