Populate layered-soul: identity, memories, skills, plan (Hermes & Sam)
- SOUL.md: full agent identity, operating principles, voice
- IDENTITY.md: runtime identity, hosts, boundaries
- USER.md: operator context imported from hermes-soul
- AGENTS.md: actual operating rules, infrastructure, quick reference
- memories/curated/: 5 topics (tailscale, forgejo, agents, projects, vaultwarden)
- skills/: 9 cross-harness skills imported from hermes-soul after review
- docs/PLAN-CONFIGURE-PRIVATE-REPO.md: configuration plan
- Validate: passes clean
2026-06-14 00:21:26 +02:00
# Agent Roster
2026-06-14 03:09:17 +02:00
## Active agents
Populate layered-soul: identity, memories, skills, plan (Hermes & Sam)
- SOUL.md: full agent identity, operating principles, voice
- IDENTITY.md: runtime identity, hosts, boundaries
- USER.md: operator context imported from hermes-soul
- AGENTS.md: actual operating rules, infrastructure, quick reference
- memories/curated/: 5 topics (tailscale, forgejo, agents, projects, vaultwarden)
- skills/: 9 cross-harness skills imported from hermes-soul after review
- docs/PLAN-CONFIGURE-PRIVATE-REPO.md: configuration plan
- Validate: passes clean
2026-06-14 00:21:26 +02:00
2026-06-14 14:19:45 +02:00
| Agent | Home Host | Harness | Model | Role |
| --------- | ----------------- | ------------------- | ----------- | ----------------------------------------------------- |
2026-06-19 22:50:16 +02:00
| Hermes | debby (Debian 13) | Hermes Agent | DeepSeek v4 | Secondary agent + soul backup (intermittent laptop) |
2026-06-14 14:19:45 +02:00
| 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 |
2026-06-19 22:50:16 +02:00
| hermes-osa | osa (FreeBSD 15) | Hermes Agent (FreeBSD) | TBD | Orchestrator + board host (always-on VPS); native FreeBSD Hermes |
Populate layered-soul: identity, memories, skills, plan (Hermes & Sam)
- SOUL.md: full agent identity, operating principles, voice
- IDENTITY.md: runtime identity, hosts, boundaries
- USER.md: operator context imported from hermes-soul
- AGENTS.md: actual operating rules, infrastructure, quick reference
- memories/curated/: 5 topics (tailscale, forgejo, agents, projects, vaultwarden)
- skills/: 9 cross-harness skills imported from hermes-soul after review
- docs/PLAN-CONFIGURE-PRIVATE-REPO.md: configuration plan
- Validate: passes clean
2026-06-14 00:21:26 +02:00
2026-06-14 03:09:17 +02:00
## Multi-agent groups
2026-06-14 14:19:45 +02:00
| Group | Platform | Members | Purpose |
| ------------ | -------- | ---------------------------------- | ------------------------------------------ |
2026-06-19 18:19:32 +02:00
| "My Debby" | Telegram | ${HERMES_BOT} + ${ZOT_BOT} | Orchestration + coding delegation |
2026-06-17 17:14:43 +02:00
| FreeBSD side | OSA host | Codex + hermes-osa | ISO builds, validation, native FreeBSD ops |
2026-06-14 03:09:17 +02:00
## Harness matrix
2026-06-14 14:19:45 +02:00
| Harness | Hosts | Native OS | Capabilities |
| ----------------------------- | ------- | ---------- | ----------------------------------------------------- |
| Hermes Agent (upstream) | debby | Linux | Full agent, skills, cron, Telegram gateway, voice |
2026-06-17 17:14:43 +02:00
| Hermes Agent (FreeBSD) | osa | FreeBSD 15 | Clean-room MIT FreeBSD layer (`hermes-bsd` ); service `hermes_daemon` , PTY/local terminal |
2026-06-14 14:19:45 +02:00
| 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 |
Populate layered-soul: identity, memories, skills, plan (Hermes & Sam)
- SOUL.md: full agent identity, operating principles, voice
- IDENTITY.md: runtime identity, hosts, boundaries
- USER.md: operator context imported from hermes-soul
- AGENTS.md: actual operating rules, infrastructure, quick reference
- memories/curated/: 5 topics (tailscale, forgejo, agents, projects, vaultwarden)
- skills/: 9 cross-harness skills imported from hermes-soul after review
- docs/PLAN-CONFIGURE-PRIVATE-REPO.md: configuration plan
- Validate: passes clean
2026-06-14 00:21:26 +02:00
## Secrets
2026-06-14 03:09:17 +02:00
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.
Populate layered-soul: identity, memories, skills, plan (Hermes & Sam)
- SOUL.md: full agent identity, operating principles, voice
- IDENTITY.md: runtime identity, hosts, boundaries
- USER.md: operator context imported from hermes-soul
- AGENTS.md: actual operating rules, infrastructure, quick reference
- memories/curated/: 5 topics (tailscale, forgejo, agents, projects, vaultwarden)
- skills/: 9 cross-harness skills imported from hermes-soul after review
- docs/PLAN-CONFIGURE-PRIVATE-REPO.md: configuration plan
- Validate: passes clean
2026-06-14 00:21:26 +02:00
## Verification
Claude (domedog) independently verifies Hermes's claims — test counts, clippy status, crate counts. Do not overstate results. Use exact `cargo test --workspace` output.