MCPcopy Create free account
hub / github.com/ResearAI/DeepScientist / record_path

Method record_path

src/deepscientist/admin/tasks.py:193–194  ·  view source on GitHub ↗
(self, task_id: str)

Source from the content-addressed store, hash-verified

191 return ensure_dir(self.home / "runtime" / "admin" / "cache")
192
193 def record_path(self, task_id: str) -> Path:
194 return self.tasks_root / f"{task_id}.json"
195
196 def events_path(self, task_id: str) -> Path:
197 return self.tasks_root / f"{task_id}.jsonl"

Callers 4

get_taskMethod · 0.95
_create_taskMethod · 0.95
_update_taskMethod · 0.95
_append_eventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected