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

Function load_latest_push

deployments/desktop/shared/agents.py:2270–2271  ·  view source on GitHub ↗
(user_id: str)

Source from the content-addressed store, hash-verified

2268 task["updated_at"] = task["started_at"]
2269 user_id = str(task["user_id"])
2270 days = int(task.get("days") or 1)
2271 limit_per_source = _configured_daily_limit(task.get("limit_per_source"))
2272 arxiv_categories = task.get("arxiv_categories")
2273 conferences = task.get("conferences")
2274 journals = task.get("journals")

Callers

nothing calls this directly

Calls 1

_push_payloadFunction · 0.85

Tested by

no test coverage detected