From 4d9091ffaa7073f04ebaefba0cd2b647f2739f4b Mon Sep 17 00:00:00 2001 From: Alessandro <155005371+3clyp50@users.noreply.github.com> Date: Tue, 10 Feb 2026 18:02:04 +0100 Subject: [PATCH] rm Instruments refs --- README.md | 2 +- knowledge/main/about/github_readme.md | 2 +- knowledge/main/about/installation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b79da447a..98262cb76 100644 --- a/README.md +++ b/README.md @@ -198,7 +198,7 @@ docker run -p 50001:80 agent0ai/agent-zero - Subagents system with configurable agent profiles for different roles - Memory operations offloaded to deferred tasks for better performance - Environment variables can now configure settings via `A0_SET_*` prefix in `.env` -- Automatic migration with overwrite support for `.env`, scheduler, knowledge, and instruments directories +- Automatic migration with overwrite support for `.env`, scheduler, knowledge, and legacy instruments directories - Projects support extended to MCP, A2A, and external API - Workdir outside project support for more flexible file organization - Agent number tracking in backend and responses for multi-agent identification diff --git a/knowledge/main/about/github_readme.md b/knowledge/main/about/github_readme.md index b79da447a..98262cb76 100644 --- a/knowledge/main/about/github_readme.md +++ b/knowledge/main/about/github_readme.md @@ -198,7 +198,7 @@ docker run -p 50001:80 agent0ai/agent-zero - Subagents system with configurable agent profiles for different roles - Memory operations offloaded to deferred tasks for better performance - Environment variables can now configure settings via `A0_SET_*` prefix in `.env` -- Automatic migration with overwrite support for `.env`, scheduler, knowledge, and instruments directories +- Automatic migration with overwrite support for `.env`, scheduler, knowledge, and legacy instruments directories - Projects support extended to MCP, A2A, and external API - Workdir outside project support for more flexible file organization - Agent number tracking in backend and responses for multi-agent identification diff --git a/knowledge/main/about/installation.md b/knowledge/main/about/installation.md index b61d1424f..4c25568ce 100644 --- a/knowledge/main/about/installation.md +++ b/knowledge/main/about/installation.md @@ -574,7 +574,7 @@ If you are migrating from older, non-Docker setups, copy these directories into - `/a0/memory` (agent memories) - `/a0/knowledge` (custom knowledge) -- `/a0/instruments` (custom instruments) +- `/a0/instruments` (now skills) - `/a0/tmp/settings.json` (settings) - `/a0/tmp/chats/` (chat history) - `/a0/tmp/secrets.env` (secrets)