mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-06-01 14:21:59 +00:00
Introduce DOX (AGENTS.md) contracts across the repository to formalize ownership and local work contracts: adds .github/AGENTS.md plus AGENTS.md files for agents, api, conf, docker, docs, extensions, helpers, knowledge, lib, plugins, prompts, scripts, skills, tests, tools, usr, webui (and several subfolders). Update root AGENTS.md (content and last-updated date) to include DOX framework guidance and a child DOX index. Update .gitignore to allow usr/ and usr/plugins AGENTS.md files. Remove legacy deep-dive files under docs/agents (banners, components, modals, plugins) and migrate frontend/plugin references to webui/ and plugins/ DOX locations. Also adjust plugins/README.md and several skills/*/SKILL.md files to align with the new DOX layout.
1.2 KiB
1.2 KiB
Knowledge DOX
Purpose
- Own built-in agent self-knowledge and repository-shipped indexed reference content.
- Keep internal reference material accurate for runtime recall without mixing in user-private data.
Ownership
main/about/contains built-in Agent Zero self-knowledge.fragments/,instruments/, andsolutions/are reserved knowledge roots.- User-local knowledge belongs under
usr/knowledge/.
Local Contracts
- Do not place secrets, chat transcripts, private user memory, or local deployment details in repository knowledge.
- Keep self-knowledge consistent with current architecture, configuration, capabilities, and setup docs.
- Markdown here is for agent runtime context, not general marketing copy.
Work Guidance
- Update self-knowledge when durable runtime behavior, setup, configuration, or agent capabilities change.
- Keep entries concise and specific enough for retrieval.
- Prefer source-grounded statements over aspirational descriptions.
Verification
- Re-read touched source or docs before changing self-knowledge.
- Run any available indexing or knowledge tests when changing retrieval-sensitive structure.
Child DOX Index
No child DOX files.