(provider_root: Path, session_id: str, path: str)
| 624 | |
| 625 | |
| 626 | def provider_path(provider_root: Path, session_id: str, path: str) -> Path: |
| 627 | return provider_root / session_id / path.lstrip("/") |
| 628 | |
| 629 | |
| 630 | def find_tool_call_result(messages: list[SessionEvent], tool_name: str) -> str | None: |
no outgoing calls
no test coverage detected
searching dependent graphs…