From 9a3a517afe527b35a0433cb47845f0db2829739f Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 24 May 2026 01:50:18 +0100 Subject: Mention local modesl in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit 1.4.1