Interface: AgentIdentity
Makaio Framework / ai-adapters-core / AgentIdentity
Interface: AgentIdentity
Section titled “Interface: AgentIdentity”Defined in: ../../../adapters/core/src/agent/types.ts:22
Core agent identity fields. Used as base for contexts, configs, and request payloads.
Properties
Section titled “Properties”adapterId
Section titled “adapterId”adapterId:
string
Defined in: ../../../adapters/core/src/agent/types.ts:26
Adapter instance identifier
adapterName
Section titled “adapterName”adapterName:
string
Defined in: ../../../adapters/core/src/agent/types.ts:28
Adapter type name (e.g., ‘claude-code’, ‘gemini-sdk’)
adapterSessionId?
Section titled “adapterSessionId?”
optionaladapterSessionId?:string
Defined in: ../../../adapters/core/src/agent/types.ts:30
Session identifier for multi-turn conversations
agentId
Section titled “agentId”agentId:
string
Defined in: ../../../adapters/core/src/agent/types.ts:24
Unique agent identifier