MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / createAutonomyRunIfNoActiveSource

Function createAutonomyRunIfNoActiveSource

src/utils/autonomyRuns.ts:517–521  ·  view source on GitHub ↗
(
  params: CreateAutonomyRunParams & { sourceId: string },
)

Source from the content-addressed store, hash-verified

515}
516
517export async function createAutonomyRunIfNoActiveSource(
518 params: CreateAutonomyRunParams & { sourceId: string },
519): Promise<AutonomyRunRecord | null> {
520 return createAutonomyRunCore(params, true)
521}
522
523function buildManagedFlowStepPrompt(
524 flow: AutonomyFlowRecord,

Callers

nothing calls this directly

Calls 1

createAutonomyRunCoreFunction · 0.85

Tested by

no test coverage detected