Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/sessions / agent-registry / RegisterAgentOptions
Interface: RegisterAgentOptions
Defined in: packages/sessions/src/agent-registry.ts:37
Optional options accepted by AgentRegistry.register. The registration is idempotent on id — re-registering the same id refreshes the display name + tags.
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
displayName | readonly | string | - | packages/sessions/src/agent-registry.ts:38 |
registeredAt? | readonly | string | Override the registration timestamp (test seam). | packages/sessions/src/agent-registry.ts:41 |
tags? | readonly | readonly string[] | - | packages/sessions/src/agent-registry.ts:39 |