agent-zero/docs
keyboardstaff 0749ddc932 fix: WsDevTest non-standard error format and align doc examples
- Fix two error returns in ws_dev_test.py using non-standard {"_error": True, ...} format, which _collect_results misidentifies as a success response and wraps as ok=True, sending a false-success to the client
- Switch to WsResult.error(code=..., message=...) standard API, consistent with all other handlers
- Fix 5 occurrences of process_event → process in documentation examples
- Remove non-existent HANDLER_ID and HANDLED_EVENTS class attribute examples from docs
- Fix validate_event_types (plural) → validate_event_type (singular) in docs
2026-03-27 23:34:52 -07:00
..
agents Merge branch 'development' into browse-extract 2026-03-23 21:35:46 +01:00
developer fix: WsDevTest non-standard error format and align doc examples 2026-03-27 23:34:52 -07:00
guides Merge branch 'main' into development 2026-03-24 21:50:54 +01:00
res plugins: rename marketplace to plugin hub 2026-03-16 17:54:54 +01:00
setup refactor: extract browser agent into built-in plugin 2026-03-23 15:21:57 +01:00
quickstart.md fix broken links 2026-02-10 18:18:23 +01:00
README.md plugins: rename marketplace to plugin hub 2026-03-16 17:54:54 +01: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

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.