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
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
assertExists? | readonly | boolean | Throw AgentNotFoundError when the id is unknown. | packages/sessions/src/agent-registry.ts:53 |
reason? | readonly | string | - | packages/sessions/src/agent-registry.ts:51 |