about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArun Isaac2026-04-12 18:25:02 +0100
committerArun Isaac2026-04-12 18:25:02 +0100
commitea526a747aa19f15c77159e10b32061e1788a6b5 (patch)
tree8619f3021a98a4f42cf3395148000a4632f9c4d1
parent36aad64a73dae738fe8b6dd23eef4c477c289eab (diff)
downloadkaagum-ea526a747aa19f15c77159e10b32061e1788a6b5.tar.gz
kaagum-ea526a747aa19f15c77159e10b32061e1788a6b5.tar.lz
kaagum-ea526a747aa19f15c77159e10b32061e1788a6b5.zip
Update pronunciation of kaagum.
This was a hangover from the old name that wasn't updated when
renaming.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 919f8e1..916d2cb 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-kaagum (pronounced kah-kah) 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.
 
 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.