about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorArun Isaac2026-05-24 01:50:18 +0100
committerArun Isaac2026-05-24 01:50:18 +0100
commit9a3a517afe527b35a0433cb47845f0db2829739f (patch)
tree911197e873dbd90dc8aaaad733a34c842852acbe /README.md
parent21b06ee7f0bb16cdad91b889691b9dba6a110233 (diff)
downloadkaagum-9a3a517afe527b35a0433cb47845f0db2829739f.tar.gz
kaagum-9a3a517afe527b35a0433cb47845f0db2829739f.tar.lz
kaagum-9a3a517afe527b35a0433cb47845f0db2829739f.zip
Mention local modesl in README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 90f1ebf..9c0081f 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-kaagum (pronounced *kah-gum*) is a tiny, security-focused AI agent written in Guile with minimal dependencies. Kaagum works with any LLM that provides an OpenAI-compatible API.
+kaagum (pronounced *kah-gum*) is a tiny, security-focused AI agent written in Guile with minimal dependencies. Kaagum works with any LLM that provides an OpenAI-compatible API, including local models such as those run via [llama-cpp](https://github.com/ggml-org/llama.cpp)—no data ever needs to leave your machine.
 
 kaagum runs tool calls securely using containers and capability-based access. Tool calls have limited or no access to the filesystem and to the network. Capabilities allow network access to be controlled with fine granularity. Containers are implemented using Guix's container API.