Interfaces
AgentInput
Interface: AgentInput
Defined in: src/core/agent/types.ts:252
Properties
identity?
readonlyoptionalidentity?:MemoryIdentity
Defined in: src/core/agent/types.ts:263
Multi-tenant memory scope. Populated to scope.identity so memory
subflows registered via .memory() can isolate reads/writes per
tenant + principal + conversation.
Defaults to { conversationId: '<runId>' } when omitted, so agents
without memory work unchanged.
message
readonlymessage:string
Defined in: src/core/agent/types.ts:253
