Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/sessions / agent-registry / RetireAgentOptions

Interface: RetireAgentOptions

Defined in: packages/sessions/src/agent-registry.ts:50

Optional options accepted by AgentRegistry.retire and AgentRegistry.delete.

Stable

Properties

PropertyModifierTypeDescriptionDefined in
assertExists?readonlybooleanThrow AgentNotFoundError when the id is unknown.packages/sessions/src/agent-registry.ts:53
reason?readonlystring-packages/sessions/src/agent-registry.ts:51