Package dev.langchain4j.agentic.scope
package dev.langchain4j.agentic.scope
-
ClassDescriptionThe AgenticScope class represents a common environment where agents belonging to the same agentic system can share their state.Allow to access the
AgenticScope
of any agent extending it.A codec for serializing and deserializingDefaultAgenticScope
objects to and from JSON.Singleton registry for managing AgenticScope instances.Utility class for serializing AgenticScope objects to JSON format.Service Provider Interface for AgenticScope persistence.Holds the result of an agent invocation along with its associatedAgenticScope
.