Replace OpenCode harness with Hermes, remove workspace dependency, and move vocabulary/corrections to app folder

This commit is contained in:
Adolfo Reyna
2026-08-09 21:35:52 -04:00
parent 6e8a578e86
commit 2f181ff4f1
25 changed files with 2395 additions and 436 deletions
+3 -3
View File
@@ -34,8 +34,8 @@ when the hold key is working.
Useful flags:
```bash
./talk --llm-engine ollama # Ollama / OpenCode LLM engine (default)
./talk --ollama-model gemma4:31b # specify model (e.g. gemma4:31b)
./talk --llm-engine hermes # Hermes LLM engine (default)
./talk --hermes-model hermes-3 # specify Hermes model (default hermes-3)
./talk --llm-engine apple # local Apple Silicon MLX model
./talk --llm-engine claude # Claude Code CLI engine
./talk --list-devices # see microphones and speakers
@@ -47,7 +47,7 @@ Useful flags:
./talk --voice-activity # hands-free instead of push-to-talk
./talk --claude-model claude-opus-5 # trade latency for capability
./talk --allow-writes # give Claude Edit, Write and Bash too
./talk --cwd ~/some/project # work somewhere other than ~/Workspace
./talk --cwd ~/some/project # work in a specific project directory
./talk --load-settings # load your ~/.claude plugins and skills
./talk --log-level DEBUG # watch the frames flow
```