agent-zero/docs/README.md
Alessandro 954eca3563 add a0-setup-cli Skill and restore lexical trigger matching
Add a builtin `a0-setup-cli` skill for guiding host-side A0 connector setup,
and restore the lightweight trigger-word based skill matching flow, which many users asked for.

- add builtin `skills/a0-setup-cli/` with installer-first host setup guidance,
  container guardrails, fallback install paths, and example responses
- fix `helpers.skills_cli` so builtin skills under `/skills` are discoverable,
  searchable, and validatable
- restore trigger-pattern scoring in runtime `search_skills()`
- re-enable `skills_tool:search` in the current tool flow
- add lightweight lexical relevant-skill recall for the current user message
  without reintroducing memory/vector-db skill recall
- update skill prompts to steer the agent toward search/load when requests
  match skill trigger phrases
2026-04-11 18:03:05 +02:00

7.8 KiB

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.