Package dev.langchain4j.agentic.planner
package dev.langchain4j.agentic.planner
-
ClassDescriptionRepresents the outcome of a
Plannerdecision.Requests that the execution loop invoke one or more agents.Signals that the planner has completed successfully with no explicit result.Signals that the planner has completed successfully with an explicit result value.A no-op action that yields control back to the execution loop without invoking any agent.Signals that the agentic system should suspend.AgenticService<T,A> SPI for discovering and providingAgentInstances by name.