36 lines
2.6 KiB
Markdown
36 lines
2.6 KiB
Markdown
# Agent Roster
|
|
|
|
## Active agents
|
|
|
|
| Agent | Home Host | Harness | Model | Role |
|
|
| --------- | ----------------- | ------------------- | ----------- | ----------------------------------------------------- |
|
|
| Hermes | debby (Debian 13) | Hermes Agent | DeepSeek v4 | Orchestrator, primary dev agent, soul backup |
|
|
| Zot | debby (Debian 13) | Zot RPC | GLM-5.1 | Coding specialist, media workflows |
|
|
| Claude | domedog (Linux) | Claude Code | Claude | Independent verification, secondary builder, reviewer |
|
|
| Codex | osa (FreeBSD 15) | Codex CLI | GPT | FreeBSD 15 validation, ISO builds, hardware proofs |
|
|
| Autolycus | osa (FreeBSD 15) | Hermes Agent (fork) | TBD | Native FreeBSD Hermes instance, ISO-side agent |
|
|
|
|
## Multi-agent groups
|
|
|
|
| Group | Platform | Members | Purpose |
|
|
| ------------ | -------- | ---------------------------------- | ------------------------------------------ |
|
|
| "My Debby" | Telegram | @hermes_samob_bot + @zot_samob_bot | Orchestration + coding delegation |
|
|
| FreeBSD side | OSA host | Codex + Autolycus | ISO builds, validation, native FreeBSD ops |
|
|
|
|
## Harness matrix
|
|
|
|
| Harness | Hosts | Native OS | Capabilities |
|
|
| ----------------------------- | ------- | ---------- | ----------------------------------------------------- |
|
|
| Hermes Agent (upstream) | debby | Linux | Full agent, skills, cron, Telegram gateway, voice |
|
|
| Hermes Agent (Autolycus fork) | osa | FreeBSD 15 | Fork targeting FreeBSD, LGPL v2.1, PTY/local terminal |
|
|
| Zot RPC | debby | Linux | Structured delegation, GLM-5.1 inference |
|
|
| Claude Code | domedog | Linux | Verification, code review, document review |
|
|
| Codex CLI | osa | FreeBSD 15 | ISO builds, cargo test, hardware validation |
|
|
|
|
## Secrets
|
|
|
|
All agent API keys live in Vaultwarden at vault.smilepowered.org. Bootstrap credentials (BW_CLIENTID, BW_CLIENTSECRET, BW_PASSWORD) are the only secrets in `.env` files — everything else is fetched from the vault at runtime.
|
|
|
|
## Verification
|
|
|
|
Claude (domedog) independently verifies Hermes's claims — test counts, clippy status, crate counts. Do not overstate results. Use exact `cargo test --workspace` output.
|