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

Function _daily_task_payload

deployments/desktop/shared/agents.py:2038–2047  ·  view source on GitHub ↗
(task: Dict[str, Any])

Source from the content-addressed store, hash-verified

2036 "fallback_source_scope",
2037 ):
2038 if key in result and key not in metadata:
2039 metadata[key] = result[key]
2040 push_payload["metadata"] = metadata
2041 return {"result": result, "push": push_payload}
2042
2043
2044def _task_timestamp() -> str:
2045 return datetime.now().replace(microsecond=0).isoformat()
2046
2047
2048def _daily_task_payload(task: Dict[str, Any]) -> Dict[str, Any]:
2049 payload = deepcopy(
2050 {

Callers 2

start_daily_push_taskFunction · 0.85
get_daily_push_taskFunction · 0.85

Calls 1

_preview_payloadFunction · 0.85

Tested by

no test coverage detected