rulvar API reference / @rulvar/rulvar / AgentIdentityInput
Interface: AgentIdentityInput
Defined in: packages/core/dist/index.d.ts
Spawn entries: ctx.agent and orchestrator spawn tools (kind 'agent').
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
agentType | string | - | packages/core/dist/index.d.ts |
isolation | IsolationSpec | The canonical IsolationSpec encoding (see https://docs.rulvar.com/guide/tools). | packages/core/dist/index.d.ts |
kind | "agent" | - | packages/core/dist/index.d.ts |
modelSpec | CanonicalModelSpec | The REQUESTED model spec, including canonical effort where resolved; for laddered spawns it embeds the declared ladder together with startTier. | packages/core/dist/index.d.ts |
prompt | string | Replaced verbatim by opts.key when opts.key is set. | packages/core/dist/index.d.ts |
schemaHash | string | - | packages/core/dist/index.d.ts |
toolsetHash | string | - | packages/core/dist/index.d.ts |