Uses of Class
uno.anahata.ai.context.ContextManager
Packages that use ContextManager
Package
Description
Provides the core classes and subpackages for managing the chat conversation's state and history.
Provides the logic for context pruning.
Manages the persistence of chat sessions.
This package provides a robust framework for managing "stateful resources" local
resources, primarily files, whose state can change independently of the chat
conversation.
-
Uses of ContextManager in uno.anahata.ai.context
Methods in uno.anahata.ai.context that return ContextManagerModifier and TypeMethodDescriptionstatic ContextManagerContextManager.getCallingInstance()Gets the ContextManager for the currently executing tool. -
Uses of ContextManager in uno.anahata.ai.context.pruning
Constructors in uno.anahata.ai.context.pruning with parameters of type ContextManagerModifierConstructorDescriptionContextPruner(ContextManager contextManager) Constructs a new ContextPruner for the given ContextManager. -
Uses of ContextManager in uno.anahata.ai.context.session
Constructors in uno.anahata.ai.context.session with parameters of type ContextManagerModifierConstructorDescriptionSessionManager(ContextManager contextManager) Constructs a new SessionManager for the given ContextManager. -
Uses of ContextManager in uno.anahata.ai.context.stateful
Constructors in uno.anahata.ai.context.stateful with parameters of type ContextManagerModifierConstructorDescriptionResourceTracker(ContextManager contextManager) Constructs a new ResourceTracker for the given ContextManager.
