BaseAgent
class is the foundation for all PilottAI agents. It provides the core functionality for job execution, tool management, and memory integration.
BaseAgent
is responsible for:
BaseAgent
is configured using the AgentConfig
class:
BaseAgent
follows a structured approach to job execution:
BaseAgent
uses system prompts to guide LLM behavior. The base system prompt follows this template:
BaseAgent
implements robust error handling:
BaseAgent
class:
BaseAgent
methods and attributes, see the Agent API documentation.