↓ 95 callersMethodget(self, url: str, *, headers: Dict[str, str], timeout: float)
tests/unit/services/test_sii_agent_client.py:33
↓ 18 callersFunction_log_progress(
logger,
running: int,
queued: int,
completed: int,
failed: int,
*,
ui_controller
src/cli/rollout_executor_cli.py:2516
↓ 15 callersMethodrun_stage(
self,
*,
plan_id: str,
stage_id: str,
repository: str,
query
src/pipelines/rollout_executor/executor.py:465
↓ 13 callersMethodappend_turn(
self,
*,
session_id: str,
author_role: str,
content: str,
ex
src/pipelines/rollout_executor/session.py:85
↓ 13 callersMethodrecord(
self,
*,
plan_id: str,
status: str,
stage_id: str | None = None,
src/cli/rollout_executor_cli.py:135
↓ 11 callersFunction_create_attempt_result(
tmp_path: Path,
stage_id: str,
attempt: int,
*,
workspace_path: Path | None = None,
tests/unit/pipelines/rollout_executor/test_stage_session.py:177
↓ 10 callersMethodcreate_session(
self,
run_id: str,
query_id: str,
plan_id: str,
repository: str,
src/pipelines/rollout_executor/session.py:46
↓ 8 callersMethodexecute(
self,
spec: StageRunSpec,
*,
plan_id: str,
attempt_index: int,
src/pipelines/rollout_executor/stage_session.py:1123