↓ 5 callersMethodgenerate(
self,
*,
prompt: str,
duration: float = 5.0,
stream: bool = False,
backend/app/services/video.py:330
↓ 5 callersMethodresume_from_recovery(
self,
*,
project_id: int,
run_id: int,
auto_mode: bool = False,
backend/app/agents/orchestrator.py:867
↓ 5 callersFunctionrun_agent_plan(
*,
project_id: int,
run_id: int,
agent_plan: list[Any],
settings: Settings,
ws: Conn
backend/app/services/agent_runner.py:31
↓ 4 callersMethod_build_shot_prompt(
self, shot: Shot, characters: list[Character], *, style: str, session
)
backend/app/agents/render.py:64
↓ 4 callersFunctionbuild_provider_capability_cache_key(
*,
provider: str,
text_base_url: str,
text_model: str,
text_endpoint: str,
anthropic
backend/app/services/text_capabilities.py:24
↓ 4 callersFunctionbuild_stage_recovery_config(
graph: Any,
run: Run,
*,
before_stage: str,
limit: int | None = None,
)
backend/app/orchestration/runtime.py:35