MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / run

Method run

src/workflow/types.py:63–73  ·  view source on GitHub ↗

``index`` is the call's deterministic call-path key as a string (e.g. ``"0"``, ``"1.0"``) — stable across runs, suitable as an agent id suffix.

(
        self,
        spec: AgentSpec,
        *,
        abort: AbortController,
        index: str,
    )

Source from the content-addressed store, hash-verified

61 """The subagent-spawning seam the workflow ``agent()`` primitive calls."""
62
63 async def run(
64 self,
65 spec: AgentSpec,
66 *,
67 abort: AbortController,
68 index: str,
69 ) -> AgentOutcome:
70 """``index`` is the call's deterministic call-path key as a string
71 (e.g. ``"0"``, ``"1.0"``) — stable across runs, suitable as an
72 agent id suffix."""
73 ...

Callers 15

handlerFunction · 0.45
runFunction · 0.45
runFunction · 0.45
cmd_prepareFunction · 0.45
_run_predictionsFunction · 0.45
_run_harnessFunction · 0.45
_find_git_rootFunction · 0.45
_run_in_threadFunction · 0.45
resolve_auto_themeFunction · 0.45
extract_pdf_pagesFunction · 0.45
_run_gitFunction · 0.45
get_file_statusFunction · 0.45

Calls

no outgoing calls

Tested by 2

runFunction · 0.36
runFunction · 0.36