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

PathContents
/mnt/ai_engine/agency-agents/Full 147-agent repo
~/.config/opencode/agents/Active agents (OpenCode reads these)
~/.config/opencode/agents/dryad-ops.mdCustom Dryad ops agent
~/bin/update-agency-agents.shMonthly update script