↓ 11 callersFunctionapply_org_config_payload_to_config(
base_config: OPCConfig,
data: dict[str, Any],
*,
source_path: Path | None = None,
)
opc/core/org_config.py:178
↓ 10 callersMethodexecute(
self,
tool_calls: list[dict[str, Any]],
*,
task: Any = None,
on_prog
opc/layer3_agent/runtime_v2/streaming_tool_executor.py:70
↓ 10 callersMethodspawn(
self,
*,
profile: str,
prompt: str,
background: bool | None = None,
opc/layer3_agent/runtime_v2/subagents.py:70
↓ 9 callersFunction_apply_task_transition(
executor: Any,
task: Task,
*,
status: str,
result: TaskResult | None = None,
)
tests/test_company_review_flow.py:201