Package ai.agentscentral.core.context
Class InMemoryContextManager
java.lang.Object
ai.agentscentral.core.context.InMemoryContextManager
- All Implemented Interfaces:
ContextManager
InMemoryContextManager
- Author:
- Rizwan Idrees
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddContext(String contextId, List<? extends Message> newMessages) getContext(String contextId)
-
Constructor Details
-
InMemoryContextManager
public InMemoryContextManager()
-
-
Method Details
-
getContext
- Specified by:
getContextin interfaceContextManager
-
addContext
- Specified by:
addContextin interfaceContextManager
-