Uses of Class
dev.langchain4j.agentic.scope.DefaultAgenticScope
Packages that use DefaultAgenticScope
Package
Description
-
Uses of DefaultAgenticScope in dev.langchain4j.agentic.internal
Methods in dev.langchain4j.agentic.internal with parameters of type DefaultAgenticScopeModifier and TypeMethodDescriptionprotected abstract InvocationHandler
AbstractAgentInvocationHandler.createSubAgentWithAgenticScope
(DefaultAgenticScope agenticScope) protected abstract Object
AbstractAgentInvocationHandler.doAgentAction
(DefaultAgenticScope agenticScope) AgentExecutor.execute
(DefaultAgenticScope agenticScope) protected Object
AbstractAgentInvocationHandler.result
(DefaultAgenticScope agenticScope, Object result) AbstractAgentInvocationHandler.withAgenticScope
(DefaultAgenticScope agenticScope) AgenticScopeOwner.withAgenticScope
(DefaultAgenticScope agenticScope) Constructors in dev.langchain4j.agentic.internal with parameters of type DefaultAgenticScopeModifierConstructorDescriptionprotected
AbstractAgentInvocationHandler
(AbstractService<?, ?> workflowService, DefaultAgenticScope agenticScope) -
Uses of DefaultAgenticScope in dev.langchain4j.agentic.scope
Methods in dev.langchain4j.agentic.scope that return DefaultAgenticScopeModifier and TypeMethodDescriptionAgenticScopeRegistry.createEphemeralAgenticScope()
Deserializes a JSON string to aDefaultAgenticScope
object.static DefaultAgenticScope
Deserializes a JSON string into a AgenticScope object.AgenticScopeRegistry.getOrCreate
(Object memoryId) DefaultAgenticScope.withErrorHandler
(Function<ErrorContext, ErrorRecoveryResult> errorHandler) Methods in dev.langchain4j.agentic.scope that return types with arguments of type DefaultAgenticScopeModifier and TypeMethodDescriptionAgenticScopeStore.load
(AgenticScopeKey key) Loads a AgenticScope by its ID.Methods in dev.langchain4j.agentic.scope with parameters of type DefaultAgenticScopeModifier and TypeMethodDescriptionboolean
AgenticScopeStore.save
(AgenticScopeKey key, DefaultAgenticScope agenticScope) Saves or updates a AgenticScope instance.AgenticScopeJsonCodec.toJson
(DefaultAgenticScope agenticScope) Serializes aDefaultAgenticScope
object to a JSON string.static String
AgenticScopeSerializer.toJson
(DefaultAgenticScope agenticScope) Serializes a AgenticScope into a JSON string.void
AgenticScopeRegistry.update
(DefaultAgenticScope agenticScope) Method parameters in dev.langchain4j.agentic.scope with type arguments of type DefaultAgenticScopeModifier and TypeMethodDescription<T> T
DefaultAgenticScope.getOrCreateAgent
(String agentId, Function<DefaultAgenticScope, T> agentFactory) -
Uses of DefaultAgenticScope in dev.langchain4j.agentic.workflow.impl
Methods in dev.langchain4j.agentic.workflow.impl with parameters of type DefaultAgenticScopeModifier and TypeMethodDescriptionprotected InvocationHandler
LoopAgentServiceImpl.LoopInvocationHandler.createSubAgentWithAgenticScope
(DefaultAgenticScope agenticScope) protected Object
LoopAgentServiceImpl.LoopInvocationHandler.doAgentAction
(DefaultAgenticScope agenticScope)