Aqua: A CLI message tool for AI agents(github.com)
37 points bylyricat5 hours ago |9 comments
resfirestar2 hours ago
With the disclaimer that I haven't tried to set up any kind of agent-to-agent messaging so it may be obvious to those who have, what's the reason I would want something like this rather than just letting agents communicate over some existing messaging protocol that has a CLI (like, I don't know, GPG email)?
sitkack2 hours ago
It is a fun problem to play with, but it turns out you can use anything. I use a directory per recipient and throw anything I want in there. Works fine, LLMs are 1000x more flexible than any human mind.
esafak3 hours ago
I'd rename it; aqua is also a CLI version manager. https://aquaproj.github.io/
vessenes3 hours ago
Ooh cool. I’ve been hacking on something very similar, https://qntm.corpo.llc/. I’d love to compare notes — been thinking a lot about the group messaging side.
handfuloflight2 hours ago
vessenes1 hour ago
yes, still private. the main tools aren't ready to deploy. but it is pushed out to pypi and runnable with `uvx qntm --help`. I'm hoping next day or two. send me an email and I'll let you know when it's ready for public code review. I'll definitely want eyes on it.
verdverm35 minutes ago
How does this relate to A2A?

https://a2a-protocol.org/latest/

roxolotl3 hours ago
I wonder what something like rabbitmq could look like for this. Agents could subscribe to chosen topics. A topic per agent and then topics per relevant topic.
UperSpaceGuru1 hour ago
Tried this, since agents are non deterministic, this is where tools come in handy
vasco25 minutes ago
You can really tell with such projects that if AGI was here some people would have zero qualms fucking over other humans just to ingratiate themselves to the AI.
handfuloflight3 hours ago
So many primitives. All for the taking. Danke.