diff options
| author | Arun Isaac | 2026-05-24 01:51:11 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-05-24 01:51:11 +0100 |
| commit | 3a65ebedca973a127fdd4bbe34465b633696e84e (patch) | |
| tree | f3a0ff9108f17451e7cefcd29b5ceaa1a4487dbf /README.md | |
| parent | 9a3a517afe527b35a0433cb47845f0db2829739f (diff) | |
| download | kaagum-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.md | 2 |
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 |
