mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-17 12:31:20 +00:00
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 |
||
|---|---|---|
| .. | ||
| _functions | ||
| agent_init | ||
| banners | ||
| before_main_llm_call | ||
| error_format | ||
| hist_add_before | ||
| hist_add_tool_result | ||
| job_loop | ||
| message_loop_end | ||
| message_loop_prompts_after | ||
| message_loop_prompts_before | ||
| message_loop_start | ||
| monologue_end | ||
| monologue_start | ||
| process_chain_end | ||
| reasoning_stream | ||
| reasoning_stream_chunk | ||
| reasoning_stream_end | ||
| response_stream | ||
| response_stream_chunk | ||
| response_stream_end | ||
| startup_migration | ||
| system_prompt | ||
| tool_execute_after | ||
| tool_execute_before | ||
| user_message_ui | ||
| util_model_call_before | ||
| webui_ws_connect | ||
| webui_ws_disconnect | ||
| webui_ws_event | ||
| .gitkeep | ||