rm Instruments refs
rm Instruments refs
Alessandro committed
Feb 10, 2026 at 18:02 UTC
0f1aca55c6b5224af6e6d593de06e9f88405230a
4 files changed
+6
-24
README.md
+2
-2
@@ -27,7 +27,7 @@ Or see DeepWiki generated documentation:
27
<div align="center">
28
29
> ### 🚨 **AGENT ZERO SKILLS** 🚨
30
-> Agent Zero Instruments become **Skills** - portable, structured agent capabilities using the open `SKILL.md` standard (compatible with Claude Code, Codex and more).
30
+> **Skills System** - portable, structured agent capabilities using the open `SKILL.md` standard (compatible with Claude Code, Codex and more).
31
>
32
> **Plus:** Git-based Projects with authentication for public/private repositories - clone codebases directly into isolated workspaces.
33
>
@@ -198,7 +198,7 @@ docker run -p 50001:80 agent0ai/agent-zero
198
- Subagents system with configurable agent profiles for different roles
199
- Memory operations offloaded to deferred tasks for better performance
200
- Environment variables can now configure settings via `A0_SET_*` prefix in `.env`
201
-- Automatic migration with overwrite support for `.env`, scheduler, knowledge, and instruments directories
201
+- Automatic migration with overwrite support for `.env`, scheduler, knowledge, and legacy directories
202
- Projects support extended to MCP, A2A, and external API
203
- Workdir outside project support for more flexible file organization
204
- Agent number tracking in backend and responses for multi-agent identification
docs/setup/installation.md
+1
-10
@@ -570,16 +570,7 @@ docker run -p 50080:80 \
570
571
### Manual Migration (Legacy or Non-Docker)
572
573
-If you are migrating from older, non-Docker setups, copy these directories into `/a0/usr/` in the new instance:
574
-
575
-- `/a0/memory` (agent memories)
576
-- `/a0/knowledge` (custom knowledge)
577
-- `/a0/instruments` (custom instruments)
578
-- `/a0/tmp/settings.json` (settings)
579
-- `/a0/tmp/chats/` (chat history)
580
-- `/a0/tmp/secrets.env` (secrets)
581
-
582
-Then proceed with the Docker installation steps above.
573
+If you are migrating from older, non-Docker setups, A0 handles the migration of legacy folders and files automatically at runtime. The right place to save your files and directories is `a0/usr`.
574
575
## Conclusion
576
knowledge/main/about/github_readme.md
+2
-2
@@ -27,7 +27,7 @@ Or see DeepWiki generated documentation:
27
<div align="center">
28
29
> ### 🚨 **AGENT ZERO SKILLS** 🚨
30
-> Agent Zero Instruments become **Skills** - portable, structured agent capabilities using the open `SKILL.md` standard (compatible with Claude Code, Codex and more).
30
+> **Skills System** - portable, structured agent capabilities using the open `SKILL.md` standard (compatible with Claude Code, Codex and more).
31
>
32
> **Plus:** Git-based Projects with authentication for public/private repositories - clone codebases directly into isolated workspaces.
33
>
@@ -198,7 +198,7 @@ docker run -p 50001:80 agent0ai/agent-zero
198
- Subagents system with configurable agent profiles for different roles
199
- Memory operations offloaded to deferred tasks for better performance
200
- Environment variables can now configure settings via `A0_SET_*` prefix in `.env`
201
-- Automatic migration with overwrite support for `.env`, scheduler, knowledge, and instruments directories
201
+- Automatic migration with overwrite support for `.env`, scheduler, knowledge, and legacy directories
202
- Projects support extended to MCP, A2A, and external API
203
- Workdir outside project support for more flexible file organization
204
- Agent number tracking in backend and responses for multi-agent identification
knowledge/main/about/installation.md
+1
-10
@@ -570,16 +570,7 @@ docker run -p 50080:80 \
570
571
### Manual Migration (Legacy or Non-Docker)
572
573
-If you are migrating from older, non-Docker setups, copy these directories into `/a0/usr/` in the new instance:
574
-
575
-- `/a0/memory` (agent memories)
576
-- `/a0/knowledge` (custom knowledge)
577
-- `/a0/instruments` (custom instruments)
578
-- `/a0/tmp/settings.json` (settings)
579
-- `/a0/tmp/chats/` (chat history)
580
-- `/a0/tmp/secrets.env` (secrets)
581
-
582
-Then proceed with the Docker installation steps above.
573
+If you are migrating from older, non-Docker setups, A0 handles the migration of legacy folders and files automatically at runtime. The right place to save your files and directories is `a0/usr`.
574
575
## Conclusion
576