Uses of Interface
dev.langchain4j.agentic.AgenticServices.DeclarativeAgentCreationContext
Packages that use AgenticServices.DeclarativeAgentCreationContext
-
Uses of AgenticServices.DeclarativeAgentCreationContext in dev.langchain4j.agentic
Classes in dev.langchain4j.agentic that implement AgenticServices.DeclarativeAgentCreationContextModifier and TypeClassDescriptionstatic final record
Method parameters in dev.langchain4j.agentic with type arguments of type AgenticServices.DeclarativeAgentCreationContextModifier and TypeMethodDescriptionstatic <T> T
AgenticServices.createAgenticSystem
(Class<T> agentServiceClass, ChatModel chatModel, Consumer<AgenticServices.DeclarativeAgentCreationContext> agentConfigurator) Creates an instance of an agentic system defined through the declarative API and using the provided ChatModel.static <T> T
AgenticServices.createAgenticSystem
(Class<T> agentServiceClass, Consumer<AgenticServices.DeclarativeAgentCreationContext> agentConfigurator) Creates an instance of an agentic system defined through the declarative API.