Instructions file CodexOpenCode
AGENTS.md instructions for DataBassGit/AgentForge, covering agentforge agent guide, documentation map, working rules, local environment and change discipline.
Instructions file CodexOpenCode
AGENTS.md instructions for DataBassGit/AgentForge, covering agentforge agent guide, documentation map, working rules, local environment and change discipline.
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.