docs: note that workspace config files are hot-reloaded via mtime tracking
This commit is contained in:
parent
3e9b7ce9c1
commit
da7757e907
6 changed files with 12 additions and 0 deletions
|
|
@ -49,6 +49,8 @@ PicoClaw stores data in your configured workspace (default: `~/.picoclaw/workspa
|
|||
└── USER.md # User preferences
|
||||
```
|
||||
|
||||
> **Note:** Changes to `AGENTS.md`, `SOUL.md`, `USER.md`, `IDENTITY.md`, and `memory/MEMORY.md` are automatically detected at runtime via file modification time (mtime) tracking. You do **not** need to restart the gateway after editing these files — the agent picks up the new content on the next request.
|
||||
|
||||
### Skill Sources
|
||||
|
||||
By default, skills are loaded from:
|
||||
|
|
|
|||
|
|
@ -49,6 +49,8 @@ PicoClaw stocke les données dans votre workspace configuré (par défaut : `~/.
|
|||
└── USER.md # Préférences utilisateur
|
||||
```
|
||||
|
||||
> **Remarque :** Les modifications apportées à `AGENTS.md`, `SOUL.md`, `USER.md`, `IDENTITY.md` et `memory/MEMORY.md` sont détectées automatiquement au moment de l'exécution via le suivi de la date de modification (mtime). Il n'est **pas nécessaire de redémarrer le gateway** après avoir modifié ces fichiers — l'agent charge le nouveau contenu à la prochaine requête.
|
||||
|
||||
### Sources de Compétences
|
||||
|
||||
Par défaut, les compétences sont chargées depuis :
|
||||
|
|
|
|||
|
|
@ -49,6 +49,8 @@ PicoClaw は設定されたワークスペース(デフォルト: `~/.picoclaw
|
|||
└── USER.md # ユーザー設定
|
||||
```
|
||||
|
||||
> **注意:** `AGENTS.md`、`SOUL.md`、`USER.md`、`IDENTITY.md`、および `memory/MEMORY.md` への変更は、ファイル更新時刻(mtime)の追跡により実行時に自動検出されます。これらのファイルを編集した後に **gateway を再起動する必要はありません** — Agent は次のリクエスト時に最新の内容を自動的に読み込みます。
|
||||
|
||||
### スキルソース
|
||||
|
||||
デフォルトでは、スキルは以下の順序で読み込まれます:
|
||||
|
|
|
|||
|
|
@ -49,6 +49,8 @@ O PicoClaw armazena dados no seu workspace configurado (padrão: `~/.picoclaw/wo
|
|||
└── USER.md # Preferências do usuário
|
||||
```
|
||||
|
||||
> **Nota:** Alterações em `AGENTS.md`, `SOUL.md`, `USER.md`, `IDENTITY.md` e `memory/MEMORY.md` são detectadas automaticamente em tempo de execução via rastreamento de data de modificação (mtime). **Não é necessário reiniciar o gateway** após editar esses arquivos — o agente carrega o novo conteúdo na próxima requisição.
|
||||
|
||||
### Fontes de Skills
|
||||
|
||||
Por padrão, as skills são carregadas de:
|
||||
|
|
|
|||
|
|
@ -49,6 +49,8 @@ PicoClaw lưu trữ dữ liệu trong workspace đã cấu hình (mặc định:
|
|||
└── USER.md # Tùy chọn người dùng
|
||||
```
|
||||
|
||||
> **Lưu ý:** Các thay đổi đối với `AGENTS.md`, `SOUL.md`, `USER.md`, `IDENTITY.md` và `memory/MEMORY.md` được tự động phát hiện trong thời gian chạy thông qua theo dõi thời gian sửa đổi file (mtime). **Không cần khởi động lại gateway** sau khi chỉnh sửa các file này — agent sẽ tải nội dung mới vào yêu cầu tiếp theo.
|
||||
|
||||
### Nguồn Skill
|
||||
|
||||
Mặc định, skill được tải từ:
|
||||
|
|
|
|||
|
|
@ -49,6 +49,8 @@ PicoClaw 将数据存储在您配置的工作区中(默认:`~/.picoclaw/work
|
|||
└── USER.md # 用户偏好
|
||||
```
|
||||
|
||||
> **提示:** 对 `AGENTS.md`、`SOUL.md`、`USER.md`、`IDENTITY.md` 和 `memory/MEMORY.md` 的修改会通过文件修改时间(mtime)在运行时自动检测。**无需重启 gateway**,Agent 将在下一次请求时自动加载最新内容。
|
||||
|
||||
### 技能来源 (Skill Sources)
|
||||
|
||||
默认情况下,技能会按以下顺序加载:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue