Skip to content

SpawnAgentOptions

reference
1 min readUpdated

Kind: Interface

Source: atloria-monorepo/libs/agent-core/src/tools/spawn-agent.tool.ts

Properties

PropertyType
runtimeIAgentLoop
agentFactoryAgentFactory<TContext>
timeoutnumber
onBackgroundComplete(event: BackgroundCompleteEvent) => void
worktreeManagerWorktreeManager
routerModelRouter
onSubagentStart(event: { agentName: string; task: string }) => void
onSubagentEnd(event: { agentName: string; output: string; durationMs: number }) => void

Was this page helpful?

Download as PDF