/primitives / kei-llm-ollama
kei-llm-ollama
HTTP adapter for the Ollama daemon (localhost:11434). Wave 57 of the local-LLM stack — wraps existing Ollama, does not reinvent inference.
| tagline | HTTP adapter for the Ollama daemon (localhost:11434). Wave 57 of the local-LLM s |
| language | Rust |
# install single binary $ curl -fsSL keiseikit.dev/primitives/kei-llm-ollama/install.sh | bash
# after install $ kei-llm-ollama --help
# settings.json snippet "hooks": { "PostToolUse": [ { "match": "Edit|Write", "hooks": ["~/.claude/hooks/kei-llm-ollama.sh"] } ] }