docs(polish): prettier formatting, add missing skill to index, fix broken doc reference
This commit is contained in:
parent
5850ee5bf8
commit
a8926d47ba
4 changed files with 66 additions and 64 deletions
14
AGENTS.md
14
AGENTS.md
|
|
@ -20,13 +20,13 @@
|
||||||
|
|
||||||
## Agent matrix (5 agents across 3 hosts)
|
## Agent matrix (5 agents across 3 hosts)
|
||||||
|
|
||||||
| Agent | Host | Harness | OS | Role |
|
| Agent | Host | Harness | OS | Role |
|
||||||
|-------|------|---------|----|------|
|
| --------- | ------- | ----------------------- | ---------- | ------------------------- |
|
||||||
| Hermes | debby | Hermes Agent (upstream) | Debian 13 | Orchestrator, soul backup |
|
| Hermes | debby | Hermes Agent (upstream) | Debian 13 | Orchestrator, soul backup |
|
||||||
| Zot | debby | Zot RPC | Debian 13 | Coding, media workflows |
|
| Zot | debby | Zot RPC | Debian 13 | Coding, media workflows |
|
||||||
| Claude | domedog | Claude Code | Linux | Verification, review |
|
| Claude | domedog | Claude Code | Linux | Verification, review |
|
||||||
| Codex | osa | Codex CLI | FreeBSD 15 | ISO builds, validation |
|
| Codex | osa | Codex CLI | FreeBSD 15 | ISO builds, validation |
|
||||||
| Autolycus | osa | Hermes Agent (fork) | FreeBSD 15 | Native FreeBSD Hermes |
|
| Autolycus | osa | Hermes Agent (fork) | FreeBSD 15 | Native FreeBSD Hermes |
|
||||||
|
|
||||||
## Private sources
|
## Private sources
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ Four targeted patches (setup.py, uninstall.py, voice_mode.py, install script).
|
||||||
No LGPL encumbrance — pure MIT, same as upstream.
|
No LGPL encumbrance — pure MIT, same as upstream.
|
||||||
|
|
||||||
**Key facts:**
|
**Key facts:**
|
||||||
|
|
||||||
- Runs on FreeBSD without emulation or containers
|
- Runs on FreeBSD without emulation or containers
|
||||||
- CLI, Telegram gateway, TUI all functional on FreeBSD
|
- CLI, Telegram gateway, TUI all functional on FreeBSD
|
||||||
- `scripts/install-freebsd.sh` provides native installation
|
- `scripts/install-freebsd.sh` provides native installation
|
||||||
|
|
@ -20,14 +21,14 @@ Currently OSA (FreeBSD 15 host) runs Codex CLI for ISO builds and cargo validati
|
||||||
It has no Hermes instance — all orchestration happens on debby (Linux). Adding
|
It has no Hermes instance — all orchestration happens on debby (Linux). Adding
|
||||||
Autolycus to OSA gives us:
|
Autolycus to OSA gives us:
|
||||||
|
|
||||||
| Capability | Before | After |
|
| Capability | Before | After |
|
||||||
|-----------|--------|-------|
|
| ------------------------ | ------------- | ------------------------- |
|
||||||
| Hermes on FreeBSD | ❌ None | ✅ Native |
|
| Hermes on FreeBSD | ❌ None | ✅ Native |
|
||||||
| ISO-side agent | ❌ Codex only | ✅ Hermes + Codex |
|
| ISO-side agent | ❌ Codex only | ✅ Hermes + Codex |
|
||||||
| layered-soul on FreeBSD | ❌ No | ✅ Via adapters/hermes.md |
|
| layered-soul on FreeBSD | ❌ No | ✅ Via adapters/hermes.md |
|
||||||
| Headroom on FreeBSD | ❌ No path | ✅ Python works natively |
|
| Headroom on FreeBSD | ❌ No path | ✅ Python works natively |
|
||||||
| Colibri + Hermes co-host | ❌ Linux only | ✅ Both on FreeBSD |
|
| Colibri + Hermes co-host | ❌ Linux only | ✅ Both on FreeBSD |
|
||||||
| Telegram gateway on OSA | ❌ No | ✅ Direct from FreeBSD |
|
| Telegram gateway on OSA | ❌ No | ✅ Direct from FreeBSD |
|
||||||
|
|
||||||
## Phased integration
|
## Phased integration
|
||||||
|
|
||||||
|
|
@ -62,29 +63,29 @@ Autolycus to OSA gives us:
|
||||||
|
|
||||||
## Agent matrix (expanded)
|
## Agent matrix (expanded)
|
||||||
|
|
||||||
| Agent | Host | Harness | OS | Model | Role |
|
| Agent | Host | Harness | OS | Model | Role |
|
||||||
|-------|------|---------|----|-------|------|
|
| ------------- | ------- | ----------------------- | -------------- | ----------- | ------------------------- |
|
||||||
| Hermes | debby | Hermes Agent (upstream) | Debian 13 | DeepSeek v4 | Orchestrator, soul backup |
|
| Hermes | debby | Hermes Agent (upstream) | Debian 13 | DeepSeek v4 | Orchestrator, soul backup |
|
||||||
| Zot | debby | Zot RPC | Debian 13 | GLM-5.1 | Coding, media |
|
| Zot | debby | Zot RPC | Debian 13 | GLM-5.1 | Coding, media |
|
||||||
| Claude | domedog | Claude Code | Linux | Claude | Verification, review |
|
| Claude | domedog | Claude Code | Linux | Claude | Verification, review |
|
||||||
| Codex | osa | Codex CLI | FreeBSD 15 | GPT | ISO builds, validation |
|
| Codex | osa | Codex CLI | FreeBSD 15 | GPT | ISO builds, validation |
|
||||||
| **Autolycus** | **osa** | **Hermes Agent (fork)** | **FreeBSD 15** | **TBD** | **Native FreeBSD agent** |
|
| **Autolycus** | **osa** | **Hermes Agent (fork)** | **FreeBSD 15** | **TBD** | **Native FreeBSD agent** |
|
||||||
|
|
||||||
## Gaps to close (from FreeBSD audit)
|
## Gaps to close (from FreeBSD audit)
|
||||||
|
|
||||||
| Gap | Severity | Fix |
|
| Gap | Severity | Fix |
|
||||||
|-----|----------|-----|
|
| ------------------------------ | -------- | -------------------------------------------- |
|
||||||
| faster-whisper wheels | Medium | Build from source, or skip voice on FreeBSD |
|
| faster-whisper wheels | Medium | Build from source, or skip voice on FreeBSD |
|
||||||
| Clipboard support | Low | Implement xclip/xsel equivalent for FreeBSD |
|
| Clipboard support | Low | Implement xclip/xsel equivalent for FreeBSD |
|
||||||
| Docker/Singularity backends | Low | Skip — Colibri provides jail-based isolation |
|
| Docker/Singularity backends | Low | Skip — Colibri provides jail-based isolation |
|
||||||
| Platform detection in setup.py | Medium | Add FreeBSD branches (upstreamable) |
|
| Platform detection in setup.py | Medium | Add FreeBSD branches (upstreamable) |
|
||||||
|
|
||||||
## Files to touch
|
## Files to touch
|
||||||
|
|
||||||
| File | Change |
|
| File | Change |
|
||||||
|------|--------|
|
| ----------------------------------------------- | ---------------------------------------- |
|
||||||
| `layered-soul/memories/curated/agent-roster.md` | Add Autolycus row |
|
| `layered-soul/memories/curated/agent-roster.md` | Add Autolycus row |
|
||||||
| `layered-soul/AGENTS.md` | Add Autolycus to agent references |
|
| `layered-soul/AGENTS.md` | Add Autolycus to agent references |
|
||||||
| `layered-soul/docs/PLAN-CONFIGURE-PRIVATE-REPO.md` | Add Phase 5: FreeBSD agent |
|
| `layered-soul/docs/CONNECT-HERMES-SOUL.md` | Document FreeBSD agent source connection |
|
||||||
| `clawdie-ai/docs/` (or handoff) | Agent matrix expansion note |
|
| `clawdie-ai/docs/` (or handoff) | Agent matrix expansion note |
|
||||||
| `colibri/docs/AGENTS.md` | Note FreeBSD-side Hermes availability |
|
| `colibri/docs/AGENTS.md` | Note FreeBSD-side Hermes availability |
|
||||||
|
|
|
||||||
|
|
@ -2,30 +2,30 @@
|
||||||
|
|
||||||
## Active agents
|
## Active agents
|
||||||
|
|
||||||
| Agent | Home Host | Harness | Model | Role |
|
| Agent | Home Host | Harness | Model | Role |
|
||||||
|-------|----------|---------|-------|------|
|
| --------- | ----------------- | ------------------- | ----------- | ----------------------------------------------------- |
|
||||||
| Hermes | debby (Debian 13) | Hermes Agent | DeepSeek v4 | Orchestrator, primary dev agent, soul backup |
|
| 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 |
|
| Zot | debby (Debian 13) | Zot RPC | GLM-5.1 | Coding specialist, media workflows |
|
||||||
| Claude | domedog (Linux) | Claude Code | Claude | Independent verification, secondary builder, reviewer |
|
| 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 |
|
| 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 |
|
| Autolycus | osa (FreeBSD 15) | Hermes Agent (fork) | TBD | Native FreeBSD Hermes instance, ISO-side agent |
|
||||||
|
|
||||||
## Multi-agent groups
|
## Multi-agent groups
|
||||||
|
|
||||||
| Group | Platform | Members | Purpose |
|
| Group | Platform | Members | Purpose |
|
||||||
|-------|----------|---------|---------|
|
| ------------ | -------- | ---------------------------------- | ------------------------------------------ |
|
||||||
| "My Debby" | Telegram | @hermes_samob_bot + @zot_samob_bot | Orchestration + coding delegation |
|
| "My Debby" | Telegram | @hermes_samob_bot + @zot_samob_bot | Orchestration + coding delegation |
|
||||||
| FreeBSD side | OSA host | Codex + Autolycus | ISO builds, validation, native FreeBSD ops |
|
| FreeBSD side | OSA host | Codex + Autolycus | ISO builds, validation, native FreeBSD ops |
|
||||||
|
|
||||||
## Harness matrix
|
## Harness matrix
|
||||||
|
|
||||||
| Harness | Hosts | Native OS | Capabilities |
|
| Harness | Hosts | Native OS | Capabilities |
|
||||||
|---------|-------|-----------|-------------|
|
| ----------------------------- | ------- | ---------- | ----------------------------------------------------- |
|
||||||
| Hermes Agent (upstream) | debby | Linux | Full agent, skills, cron, Telegram gateway, voice |
|
| 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 |
|
| 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 |
|
| Zot RPC | debby | Linux | Structured delegation, GLM-5.1 inference |
|
||||||
| Claude Code | domedog | Linux | Verification, code review, document review |
|
| Claude Code | domedog | Linux | Verification, code review, document review |
|
||||||
| Codex CLI | osa | FreeBSD 15 | ISO builds, cargo test, hardware validation |
|
| Codex CLI | osa | FreeBSD 15 | ISO builds, cargo test, hardware validation |
|
||||||
|
|
||||||
## Secrets
|
## Secrets
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,17 +4,18 @@ Cross-harness skills reviewed and imported from the private `hermes-soul` runtim
|
||||||
|
|
||||||
## Included skills
|
## Included skills
|
||||||
|
|
||||||
| Skill | Category | Purpose |
|
| Skill | Category | Purpose |
|
||||||
| ------------------------- | ------------ | ----------------------------------------------------------------- |
|
| ------------------------- | ------------ | ------------------------------------------------------------------------ |
|
||||||
| forgejo-operations | devops | Manage self-hosted Forgejo — repos, users, PRs, branch protection |
|
| forgejo-operations | devops | Manage self-hosted Forgejo — repos, users, PRs, branch protection |
|
||||||
| vaultwarden-secrets | devops | Self-hosted Vaultwarden + Bitwarden CLI for agent secrets |
|
| vaultwarden-secrets | devops | Self-hosted Vaultwarden + Bitwarden CLI for agent secrets |
|
||||||
| bootable-usb-images | devops | Download, verify, flash compressed bootable USB images |
|
| bootable-usb-images | devops | Download, verify, flash compressed bootable USB images |
|
||||||
| herdr-deployment | devops | Build, configure, deploy Herdr terminal workspace manager |
|
| herdr-deployment | devops | Build, configure, deploy Herdr terminal workspace manager |
|
||||||
| colibri-development | software-dev | Develop in the Colibri Rust workspace — builds, tests, crates |
|
| colibri-development | software-dev | Develop in the Colibri Rust workspace — builds, tests, crates |
|
||||||
| systematic-debugging | software-dev | 4-phase root cause debugging methodology |
|
| systematic-debugging | software-dev | 4-phase root cause debugging methodology |
|
||||||
| test-driven-development | software-dev | TDD: RED-GREEN-REFACTOR cycle enforcement |
|
| test-driven-development | software-dev | TDD: RED-GREEN-REFACTOR cycle enforcement |
|
||||||
| codebase-knowledge-graphs | software-dev | Build/query persistent codebase knowledge graphs |
|
| codebase-knowledge-graphs | software-dev | Build/query persistent codebase knowledge graphs |
|
||||||
| vision-model-setup | mlops | Configure and troubleshoot vision capabilities across providers |
|
| freebsd-cost-optimization | devops | Use Colibri cost modes (fast/smart/max) to minimize API spend on FreeBSD |
|
||||||
|
| vision-model-setup | mlops | Configure and troubleshoot vision capabilities across providers |
|
||||||
|
|
||||||
## Adding skills
|
## Adding skills
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue