mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-08-27 01:04:14 +00:00
Give Tools, MCPs, and Skills explicit default switches with segmented per-item policy controls while preserving sparse overrides. Simplify Advanced prompt editing around the full-height ACE surface and align the editor contracts and regression coverage. |
||
|---|---|---|
| .. | ||
| extensions/python/tool_execute_before | ||
| AGENTS.md | ||
| default_config.yaml | ||
| hooks.py | ||
| plugin.yaml | ||
| README.md | ||
Tool Access
Tool Access is the always-enabled runtime owner for Agent Editor tool policy.
Policies use the standard plugin precedence: active project profile, active
project, user profile, bundled/plugin profile, then the default. Sparse project
policy lives under .a0proj/plugins/_tool_access/config.json; profile policy
lives under usr/agents/<profile>/plugins/_tool_access/config.json.
One resolver filters textual prompts and provider-native schemas, rejects local and MCP execution, and keeps delegated agents bound to their own effective scope. The required final-response capability is always available.