about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorArun Isaac2026-05-24 01:51:11 +0100
committerArun Isaac2026-05-24 01:51:11 +0100
commit3a65ebedca973a127fdd4bbe34465b633696e84e (patch)
treef3a0ff9108f17451e7cefcd29b5ceaa1a4487dbf /README.md
parent9a3a517afe527b35a0433cb47845f0db2829739f (diff)
downloadkaagum-3a65ebedca973a127fdd4bbe34465b633696e84e.tar.gz
kaagum-3a65ebedca973a127fdd4bbe34465b633696e84e.tar.lz
kaagum-3a65ebedca973a127fdd4bbe34465b633696e84e.zip
Mention that the client's file read/write capabilities are never used.
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 9c0081f..8ff3924 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@ kaagum (pronounced *kah-gum*) is a tiny, security-focused AI agent written in Gu
 
 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.
 
-Kaagum offers no user interface on its own. Instead, it speaks the [Agent Client Protocol (ACP)](https://agentclientprotocol.com/) and allows you to use any compatible user interface of your choice.
+Kaagum offers no user interface on its own. Instead, it speaks the [Agent Client Protocol (ACP)](https://agentclientprotocol.com/) and allows you to use any compatible user interface of your choice. In the interest of security, the ACP client's file read/write capabilities are never used.
 
 # Brainstorming future direction