Initial Archon Kion implementation

- Complete daemon with FastAPI
- Ollama client for local AI (gemma3:4b)
- Telegram webhook handler
- Hermes bridge (thin profile)
- Systemd service definition
- All unit tests passing
This commit is contained in:
2026-04-02 19:57:45 +00:00
commit 604d7f6c70
16 changed files with 1086 additions and 0 deletions

1
tests/__init__.py Normal file
View File

@@ -0,0 +1 @@
# Tests package