MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / run

Method run

packages/workflow-engine/src/agentAdapter.ts:64–64  ·  view source on GitHub ↗

Execute one agent call.

(params: AgentRunParams, ctx: AgentAdapterContext)

Source from the content-addressed store, hash-verified

62 readonly capabilities: AgentAdapterCapabilities
63 /** Execute one agent call. */
64 run(params: AgentRunParams, ctx: AgentAdapterContext): Promise<AgentRunResult>
65 /** Initialize (triggered by registry.initializeAll). */
66 initialize?(): Promise<void>
67 /** Dispose (triggered by registry.disposeAll). */

Callers 12

invokeBackendFunction · 0.80
runWithWorkloadFunction · 0.80
runWithCwdOverrideFunction · 0.80
runWithAgentContextFunction · 0.80
runWithTeammateContextFunction · 0.80
selectCurrentFunction · 0.80
selectCurrentFunction · 0.80
selectCurrentFunction · 0.80
selectCurrentFunction · 0.80
selectCurrentFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected