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

Function get_reading_reports_task

deployments/desktop/shared/agents.py:2821–2823  ·  view source on GitHub ↗
(task_id: str)

Source from the content-addressed store, hash-verified

2819 "write_feishu": write_feishu,
2820 "created_at": now,
2821 "updated_at": now,
2822 }
2823 thread = threading.Thread(target=_finish_reading_task, args=(task_id,), daemon=True)
2824 task["thread"] = thread
2825 with _READING_TASK_LOCK:
2826 _READING_TASKS[task_id] = task

Callers

nothing calls this directly

Calls 2

_reading_task_payloadFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected