From 86f9834f59e673fbfa4502e081d7799ec07f2713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9remy=20BRAGATO?= Date: Mon, 20 Apr 2026 07:57:18 +0200 Subject: [PATCH] vault backup: 2026-04-20 07:57:18 --- _adn/agents/_index.md | 73 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 _adn/agents/_index.md diff --git a/_adn/agents/_index.md b/_adn/agents/_index.md new file mode 100644 index 0000000..273f070 --- /dev/null +++ b/_adn/agents/_index.md @@ -0,0 +1,73 @@ +--- +title: "_adn/agents — Index des sub-agents DAEMON" +type: index +created: 2026-04-20 +updated: 2026-04-20 +owner: jerem +status: active +summary: "Index des sub-agents DAEMON autonomes. Chaque agent a un rôle unique, un workspace OpenClaw isolé, et déclenche sur cron ou à la demande." +tags: + - meta/moc + - domaine/tech/ia +source_agent: human +related: + - "[[_adn/conventions]]" + - "[[_adn/orchestration/_index]]" +--- + +# Sub-agents DAEMON + +> Agents autonomes définis pour tourner dans OpenClaw. Chaque agent a un rôle unique, un workspace isolé, et une fréquence d'exécution précise. + +--- + +## Distinction `agents/` vs `skills/` + +- **`_adn/agents/`** (ce dossier) : définitions de **sub-agents DAEMON** autonomes. Chacun a son workspace OpenClaw, son prompt, ses outils MCP, sa fréquence. Exécutables par OpenClaw. +- **`_adn/skills/`** (dossier voisin) : bibliothèque de **skills Anthropic/community** (UI_UX_Pro, anthropics-skills, humanizer, etc.). Lecture de référence, non exécutée par DAEMON lui-même. + +--- + +## Par domaine projet + +### obsidian/ + +Sub-agents dédiés à la maintenance du vault Obsidian. + +| Agent | Rôle | Fréquence | Statut | +|---|---|---|---| +| [[_adn/agents/obsidian/obsidian-organizer\|organizer]] | Tri inbox + normalisation + liens + MOC | Nightly 22h | 🟡 En déploiement (dry-run) | +| [[_adn/agents/obsidian/obsidian-note-creator\|note-creator]] | Création de notes avec frontmatter conforme | À la demande (via chat) | 🔴 Non déployé | +| [[_adn/agents/obsidian/obsidian-dream\|dream]] | Consolidation profonde hebdo (doublons, synthèses) | Dimanche 22h | 🔴 Non déployé | +| [[_adn/agents/obsidian/obsidian-brain-updater\|brain-updater]] | Maintenance profil Jerem dans brain.md | Dimanche 23h | 🔴 Non déployé | +| [[_adn/agents/obsidian/obsidian-notion-sync\|notion-sync]] | Enrichissement des imports Notion | Nightly 22h30 | 🔴 Non déployé | +| [[_adn/agents/obsidian/obsidian-project-hub\|project-hub]] | Maintenance hubs de projet | Dimanche 23h30 | 🔴 Non déployé | + +### (futurs dossiers) + +- `coaching/` — agents dédiés à la gestion des clients coaching +- `content/` — agents de création et scheduling de contenu +- `ops/` — agents ops (deploy, backup-monitor, alerts) + +--- + +## Audit de qualité + +- [[_adn/agents/AUDIT-SKILLS-2026-04-16]] — audit initial (encore sous le nom "skills", à renommer) + +--- + +## Documentation associée + +- [[_adn/conventions]] — conventions vault que tous les agents respectent +- [[_adn/orchestration/_index]] — principes multi-agents (séquentiel, parallèle, etc.) +- [[_adn/orchestration/routing-llm]] — quel modèle LLM pour quel agent +- [[_adn/orchestration/budget-tokens]] — circuit-breakers + +--- + +## Légende statut + +- 🔴 **Non déployé** — spécification seulement, pas encore dans OpenClaw +- 🟡 **En déploiement / dry-run** — workspace créé, observation en cours +- 🟢 **Actif** — en prod, runs automatiques validés