This page is the reference hub after the beginner Agent and Cog path.
Open these references after the no-credential direct Agent path, first real model run, core concepts, beginner Cog walkthrough, and branch/loop Cog walkthrough are clear.
- Agents: Agent lifecycle and standalone usage.
- Agent Prompts: Prompt YAML structure and variables.
- Agent Class: Base class reference and lifecycle hooks.
- Custom Agents: Advanced subclassing patterns.
- Cogs: Cog schema, transitions, branching, loops, memory declarations, and return values.
- Settings: Settings overview.
- System Settings: Debug mode, logging, paths, persona defaults, and miscellaneous options.
- Model Settings: Provider and model selection.
- APIs: Provider integration and advanced custom API hooks.
- Vision: Multimodal provider support.
- Memory: Memory concepts and Cog integration.
- Chat History Memory: Conversation history memory.
- Scratchpad Memory: Scratchpad memory.
- Persona Memory: Dynamic persona memory.
- Personas: Persona configuration.
- Storage: Chroma storage internals and advanced storage usage.
- Utilities: Discord, logger, parsing, prompt handling, and tool utility references.
- Tools & Actions: Legacy dynamic execution surface retained for trusted project-owned tools and compatibility.
Internal AgentForge development guidance is intentionally kept outside the public beginner docs path.
- Previous: Branch/Loop Cog Walkthrough
- Start: AgentForge Documentation
- Setup boundaries: Using AgentForge