Interface: AgentRegistryOptions
Defined in: packages/orchestration/src/agent/agent-registry.ts:4
Properties
getActiveRunCount?
optionalgetActiveRunCount?: (agentName) =>Promise<number>
Defined in: packages/orchestration/src/agent/agent-registry.ts:6
When provided, refreshStatusAsync() uses this instead of in-memory currentRuns
Parameters
agentName
string
Returns
Promise<number>