Commit Graph

2 Commits

Author SHA1 Message Date
Ezra
1b3bca9902 Implement Archon Architecture POC (Epic #370, Dispatch #371)
Three-layer architecture implementation:
- Layer 1: Thin Hermes profile (profile.yaml, < 50 lines)
- Layer 2: Claw Code runtime (harness.py, tool_registry.py)
- Layer 3: Gemma via Ollama (ollama_client.py)

Features:
- Tool registry with pattern matching (/time, /status, /echo, /ollama_list)
- Full routing between tool execution and intelligence layer
- Ollama client with streaming and chat support
- Comprehensive integration test suite (12 tests)
- Connection to localhost:11434 using gemma3:4b model
2026-04-02 19:47:00 +00:00
Ezra
3ad94ff05d [ARCHON-SEED] Gemma Spectrum profiles and test suite
- SKILL.md: Project guide for 9-wizard fleet
- profiles/ezra-spectrum.yaml: Complete Archon profile
- profiles/allegro-spectrum.yaml: Executor profile
- tests/test_spectrum.py: Automated test framework

This is the skill prototype for the Hermes→Claw→Gemma4 architecture.
Tag: #archon-seed #gemma-spectrum
archon-seed-v1
2026-04-02 19:40:41 +00:00