docs: expose agent ownership in Cordis catalog

This commit is contained in:
Tianyi Cui
2026-07-14 10:01:36 +08:00
parent ffe64f582c
commit 00462f80a6

View File

@@ -72,6 +72,7 @@ export const SERVICE_API: readonly ServiceApiEntry[] = [
'enter(agent: Agent, owner: Agent | undefined): () => void',
'announce(agent: Agent): void',
'get(id: SessionId): Agent | undefined',
'isOwnedBy(id: SessionId, owner: Agent): boolean',
'list(): Agent[]',
'roots(): Agent[]',
],