Package ai.agentscentral.core.context
Interface ContextManager
- All Known Implementing Classes:
InMemoryContextManager
public interface ContextManager
ContextManager
- Author:
- Rizwan Idrees
-
Method Summary
Modifier and TypeMethodDescriptionaddContext(String contextId, List<? extends Message> newMessages) getContext(String contextId)
-
Method Details
-
getContext
-
addContext
-