diff options
| author | Arun Isaac | 2026-04-15 23:34:17 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-04-15 23:34:17 +0100 |
| commit | 48638af12e7da5edd79dff088f5d6b227f7415ae (patch) | |
| tree | d561fcb7656e24c45dfe2f09a005298d94c3340e /README.md | |
| parent | 40962e7254abff17104d9e6420110a05a91ad840 (diff) | |
| download | kaagum-48638af12e7da5edd79dff088f5d6b227f7415ae.tar.gz kaagum-48638af12e7da5edd79dff088f5d6b227f7415ae.tar.lz kaagum-48638af12e7da5edd79dff088f5d6b227f7415ae.zip | |
Add brainstorming section to README.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md index 916d2cb..90f1ebf 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,17 @@ kaagum runs tool calls securely using containers and capability-based access. To 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. +# Brainstorming future direction + +- Session saving and restoring +- Sharing more than one directory with the tool call container +- Streaming LLM responses to the clients +- Streaming tool call output to the LLM? +- Monitoring token usage +- Providing custom tools written in Guile +- Fine-grained enabling/disabling of tools +- Tool-specific container/network access configuration + # Author's note on AI use This program is not an endorsement of AI or its use. Please think for yourself, and use AI wisely (if at all). The societal, environmental and ethical consequences of AI are real, and I struggle with them myself. I hope we, as the free software community, can come to some reasonable consensus on how we are going to deal with AI. Meanwhile, I have been [nerd sniped](https://xkcd.com/356/) into experimenting with AI, and this is my effort to disentangle myself from popular AI agents that are recklessly biased towards convenience and thoughtless about dependencies (think npm crap). |
