Package-level declarations
Types
Functions
Link copied to clipboard
Extension function to access the AgentMemory feature from a AIAgentStageContext.
Link copied to clipboard
suspend fun AIAgentLLMWriteSession.retrieveFactsFromHistory(concept: Concept, clock: Clock = Clock.System): Fact
Extracts facts about a specific concept from the LLM chat history.
Link copied to clipboard
Extension function to perform memory operations within a AIAgentStageContext.