> ## Documentation Index
> Fetch the complete documentation index at: https://kindling.birklid.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Agents

> Agent frameworks, autonomous agents, and agent platforms.

<Columns cols={2}>
  <Card title="Agent Zero" icon="globe" href="/library/agents/agent-zero">
    Self-hosted agent with Docker sandbox, persistent memory, and self-modifying tools.
  </Card>

  <Card title="Space Agent" icon="github" href="/library/agents/space-agent">
    Browser-based workspace where AI dynamically builds new pages and tools into its own interface.
  </Card>

  <Card title="Hyperagent" icon="globe" href="/library/agents/hyperagent">
    Airtable's enterprise agent platform for organization-wide autonomous workflows.
  </Card>

  <Card title="HyperAgent on Hyperbrowser" icon="book" href="/library/agents/hyperagent-hyperbrowser">
    Natural language browser automation built on Playwright by Hyperbrowser.
  </Card>

  <Card title="ChatGPT Agent" icon="circle-info" href="/library/agents/chatgpt-agent">
    OpenAI's agentic mode in ChatGPT — web browsing, code execution, and multi-step tasks.
  </Card>

  <Card title="Ruflo" icon="github" href="/library/agents/ruflo">
    Multi-agent orchestration platform for Claude with 100+ specialist agents and vector memory.
  </Card>

  <Card title="Symphony" icon="github" href="/library/agents/symphony">
    OpenAI's agent orchestration system for autonomous project backlog execution.
  </Card>
</Columns>
