Commit Graph

3 Commits

Author SHA1 Message Date
William Valentin
3a3838e19b Rewrite LLM routing with local-first principles
- Privacy/confidentiality: local LLMs only for sensitive data
- Check availability before using local (may not be running)
- Long-running tasks: local (no API costs/limits)
- Multi-agent parallelism for speed
- Fallback patterns when local is down
2026-01-26 22:34:26 -08:00
William Valentin
fece6b59c5 Add llama-swap local LLM setup
- Config at ~/.config/llama-swap/config.yaml
- Systemd user service (auto-starts)
- 6 models: qwen3, coder, glm, gemma, reasoning, gpt-oss
- Endpoint: http://127.0.0.1:8080
2026-01-26 22:19:41 -08:00
William Valentin
f9111eea11 Initial commit: Flynn's workspace
- AGENTS.md: workspace conventions and guidelines
- SOUL.md: personality and principles
- USER.md: about William
- IDENTITY.md: who I am
- TOOLS.md: local notes and infrastructure details
- MEMORY.md: long-term memory
- HEARTBEAT.md: periodic task config
- LLM-ROUTING.md: model selection guide
- memory/2026-01-26.md: daily log
- .gitignore: exclude runtime state and secrets
2026-01-26 21:56:59 -08:00