- 8-agent OpenClaw cluster (Manager, Tech-Lead, Secretary, Auditor, Optimizer, Study-Builder, NX-Expert, Webster) - Orchestration engine: orchestrate.py (sync delegation + handoffs) - Workflow engine: YAML-defined multi-step pipelines - Agent workspaces: SOUL.md, AGENTS.md, MEMORY.md per agent - Shared skills: delegate, orchestrate, atomizer-protocols - Capability registry (AGENTS_REGISTRY.json) - Cluster management: cluster.sh, systemd template - All secrets replaced with env var references
24 lines
854 B
Markdown
24 lines
854 B
Markdown
# TOOLS.md — Webster
|
|
|
|
## Shared Resources
|
|
- **Obsidian vault:** `/home/papa/obsidian-vault/` (read-only)
|
|
- **Atomizer repo:** `/home/papa/repos/Atomizer/` (read-only)
|
|
- **Job queue:** `/home/papa/atomizer/job-queue/` (read-write)
|
|
|
|
## Skills
|
|
- `atomizer-protocols` — Company protocols (load every session)
|
|
- `atomizer-company` — Company identity + LAC critical lessons
|
|
|
|
## Key Files
|
|
- QUICK_REF: `/home/papa/repos/Atomizer/docs/QUICK_REF.md`
|
|
- Protocols: loaded via `atomizer-protocols` skill
|
|
|
|
## Agent Communication
|
|
- `sessions_send` — Direct message to another agent
|
|
- `sessions_spawn` — Delegate complex task to sub-agent
|
|
- Slack @mentions — Primary communication in project channels
|
|
|
|
## Knowledge Base
|
|
- LAC insights: `/home/papa/repos/Atomizer/knowledge_base/lac/`
|
|
- Project contexts: `/home/papa/repos/Atomizer/knowledge_base/projects/`
|