agent-zero/docs
Alessandro f67564a8ae Add Codex/ChatGPT account OAuth provider
Create a generic OAuth Connections plugin with Codex/ChatGPT Account as the first provider, using OpenAI's device-code flow to persist Codex-compatible account tokens.

Expose a loopback OpenAI-compatible wrapper for models, responses, and chat completions, and point LiteLLM at the container-local Agent Zero origin.

Add a dummy API-key extension and focused tests so the account-backed provider appears configured without requiring a user-entered key.

docs: add Codex plan OAuth callout

Highlight that Agent Zero can use an existing OpenAI Codex plan through the new OAuth flow.

Add the account-backed LLM plans image and surface the section from the README navigation, while pointing toward future Gemini CLI and Claude Code integrations.

Handle Codex account SSE chat chunks

Teach the Codex/ChatGPT account bridge to extract text from OpenAI-style SSE chat completion deltas and fall back to a normal output_text response when upstream only streams chunks.

Strip user-supplied stream kwargs before LiteLLM calls so Agent Zero owns streaming mode and custom parameters cannot pass stream twice.

Add targeted tests for streamed delta extraction and reconstructed responses.

update README.md with LLM plans mention
2026-04-28 16:14:53 +02:00
..
agents browser: replace browser-use agent with native browser 2026-04-24 15:43:52 +02:00
developer docs: update documentation about agent profiles creation flow 2026-04-22 14:26:10 +02:00
guides Update a0-cli-connector.md 2026-04-28 14:20:26 +02:00
res Add Codex/ChatGPT account OAuth provider 2026-04-28 16:14:53 +02:00
setup Make agent profiles context scoped 2026-04-26 22:27:35 +02:00
quickstart.md add a0-setup-cli Skill and restore lexical trigger matching 2026-04-11 18:03:05 +02:00
README.md docs: update documentation about agent profiles creation flow 2026-04-22 14:26:10 +02:00

Agent Zero Logo

Agent Zero Documentation

Welcome to the Agent Zero documentation hub. Whether you're getting started or diving deep into the framework, you'll find comprehensive guides below.

Quick Start

User Guides

  • Usage Guide: Comprehensive guide to Agent Zero's features and capabilities.
  • A0 CLI Connector: Terminal-first companion workflow for Agent Zero.
  • Agent Profiles: Create and select specialized profiles, prompt overrides, and profile-specific model config.
  • Projects Tutorial: Learn to create isolated workspaces with dedicated context and memory.
  • API Integration: Add external APIs without writing code.
  • MCP Setup: Configure Model Context Protocol servers.
  • A2A Setup: Enable agent-to-agent communication.
  • Troubleshooting: Solutions to common issues and FAQs.

Developer Documentation

Community & Support

  • Join the Community: Connect with other users on Discord to discuss ideas, ask questions, and collaborate.
  • Share Your Work: Show off your Agent Zero creations and workflows in the Show and Tell area.
  • Report Issues: Use the GitHub issue tracker to report bugs or suggest features.
  • Follow Updates: Subscribe to the YouTube channel for tutorials and release videos.

Table of Contents


Your journey with Agent Zero starts now!

Ready to dive in? Start with the Quickstart Guide for the fastest path to your first chat, or follow the Installation Guide for a detailed setup walkthrough.