(self, task_id: str)
| 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" |
no outgoing calls
no test coverage detected