docs: expose agent ownership in Cordis catalog
This commit is contained in:
@@ -72,6 +72,7 @@ export const SERVICE_API: readonly ServiceApiEntry[] = [
|
|||||||
'enter(agent: Agent, owner: Agent | undefined): () => void',
|
'enter(agent: Agent, owner: Agent | undefined): () => void',
|
||||||
'announce(agent: Agent): void',
|
'announce(agent: Agent): void',
|
||||||
'get(id: SessionId): Agent | undefined',
|
'get(id: SessionId): Agent | undefined',
|
||||||
|
'isOwnedBy(id: SessionId, owner: Agent): boolean',
|
||||||
'list(): Agent[]',
|
'list(): Agent[]',
|
||||||
'roots(): Agent[]',
|
'roots(): Agent[]',
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user