Uses of Class
dev.agenor.runtime.agent.BaseAgent
Packages that use BaseAgent
-
Uses of BaseAgent in dev.agenor.runtime.hitl
Methods in dev.agenor.runtime.hitl with parameters of type BaseAgentModifier and TypeMethodDescriptionstatic voidHitlAnnotationProcessor.process(BaseAgent agent, ApprovalGate gate) Processes allRequiresApproval-annotated behaviors onagentand wraps them withHumanCheckpointBehavior. -
Uses of BaseAgent in dev.agenor.runtime.llm
Subclasses of BaseAgent in dev.agenor.runtime.llmModifier and TypeClassDescriptionclassBase class for LLM-powered agents that use language model memory. -
Uses of BaseAgent in dev.agenor.tools.agents
Subclasses of BaseAgent in dev.agenor.tools.agentsModifier and TypeClassDescriptionclassSystem agent that captures and stores messages for monitoring purposes.