diff --git a/docs/cordis-catalog/services.md b/docs/cordis-catalog/services.md index 42336012de..3dc09d3fa3 100644 --- a/docs/cordis-catalog/services.md +++ b/docs/cordis-catalog/services.md @@ -31,7 +31,7 @@ Agent registry (`ctx.agents`): tracks live agents so UI, hook, and orchestrator setFactory(factory: AgentFactory): () => void create(options: CreateAgentOptions): AgentHandle async resume(options: ResumeAgentOptions): Promise -register(agent: Agent): () => void +register(agent: Agent): () => Promise | void get(id: AgentId): Agent | undefined list(): Agent[] ```