Package dev.langchain4j.agentic.scope
Class AgenticScopeRegistry
java.lang.Object
dev.langchain4j.agentic.scope.AgenticScopeRegistry
Singleton registry for managing AgenticScope instances.
Provides methods to register, retrieve, and manage AgenticScope objects.
Supports persistence through a pluggable store.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
getOrCreate
(Object memoryId) void
update
(DefaultAgenticScope agenticScope)
-
Constructor Details
-
AgenticScopeRegistry
-
-
Method Details
-
update
-
get
-
getOrCreate
-
createEphemeralAgenticScope
-
evict
-
getAllAgenticScopeKeys
-
getAllAgenticScopeKeysInMemory
-
clearInMemory
public void clearInMemory()
-