Package-level declarations

Types

Link copied to clipboard
class AgentMemory(agentMemory: AgentMemoryProvider, llm: AIAgentLLMContext, scopesProfile: MemoryScopesProfile)

Memory implementation for AI agents that provides persistent storage and retrieval of facts.

Functions

Link copied to clipboard

Extension function to access the AgentMemory feature from a AIAgentStageContext.

Link copied to clipboard
suspend fun <T> AIAgentContextBase.withMemory(action: suspend AgentMemory.() -> T): T

Extension function to perform memory operations within a AIAgentStageContext.