agent_class
01Agent
The Agent class is the core orchestrator in AgentForge. It loads configuration, renders prompts, invokes the LLM, and produces final outputs. Agents can be subclassed for custom logic.
844 21d ago A 0 tokens
GPL-3.0
Agent
The Agent class is the core orchestrator in AgentForge. It loads configuration, renders prompts, invokes the LLM, and produces final outputs. Agents can be subclassed for custom logic.
Agent
AgentForge uses YAML-based prompt templates to drive agent behaviors. All prompt files live under.
Agent
Agents are the orchestrators in AgentForge, binding configuration, prompts, models, and storage into end-to-end AI workflows. An agent.
Agent
This is an advanced extension reference.