Package com.embabel.agent.api.annotation
See: Description
-
Annotation Summary Annotation Description AchievesGoal Annotation that can be added to an @Action method to indicate that its execution achieves a goal See com.embabel.agent.core.Goal for more details. Export How a goal should be exposed AgentCapabilities Indicates that this class exposes actions, goals and conditions that may be used by agents, but is not an agent in itself. Agent Indicates that this class is an agent. Condition Annotates a method that evaluates a condition. ToolGroup Action Annotation to indicate a method implementing an Action. RequireNameMatch Annotation that can added to parameters of an @Action method to indicate that the parameter name must match the input binding. -
Class Summary Class Description WaitFor Java syntax sugar for HITL AwaitableResponseException Not an error, but gets special treatment in the platform. WaitKt