Home βΊ The Agency βΊ Installation
π¦ Agent Installation
Run 01-agents.sh. All agents land in the OpenCode global agents directory.
Run on madhatter onlyConfirm with
hostname before running anything.Run the installer
bash ~/dryad-learn/01-agents.sh
What it doesClones or updates /mnt/ai_engine/agency-agents β installs 25 agents to ~/.config/opencode/agents/ β writes dryad-ops.md β restarts OpenCode.
Verify
ls ~/.config/opencode/agents/ | wc -l # should be 26
# In OpenCode: @dryad-ops list the design rules
Update monthly
~/bin/update-agency-agents.sh
# git pull β re-install subset β restart OpenCode
Key Paths
| Path | Contents |
|---|---|
/mnt/ai_engine/agency-agents/ | Full 147-agent repo |
~/.config/opencode/agents/ | Active agents (OpenCode reads these) |
~/.config/opencode/agents/dryad-ops.md | Custom Dryad ops agent |
~/bin/update-agency-agents.sh | Monthly update script |