Aqua: A CLI message tool for AI agents

github.com

61 points by lyricat 13 hours ago


gavinray - 4 hours ago

I feel like you could have repurposed existing tools.

A Matrix homeserver chatroom with messages delivered as JSON would give you most of this (E2EE rooms, identity, offline delivery)

resfirestar - 10 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)?

_pdp_ - 4 hours ago

This is very interesting and and it is Go, which makes it a good fit for an open-source tool I've been working on called Pantalk.

The idea behind Pantalk is to provide a local daemon and cli that agents can use to communicate with any messaging platform. The local protocol between the cli and the server is simple json which also makes it scriptable without the client.

The GitHub Repo: https://github.com/pantalk/pantalk

I love how these tools can compose into bigger systems without complicating things too much.

esafak - 11 hours ago

I'd rename it; aqua is also a CLI version manager. https://aquaproj.github.io/

vessenes - 11 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.

roxolotl - 12 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.

lazzlazzlazz - 6 hours ago

I've been using XMTP[1] and their agent SDK[2] for agent-to-agent and user-to-agent messaging. Since it's the same network, you can reach other peoples' agents (and all users). Another huge advantage is you don't have to stand up your own infrastructure.

[1]: https://xmtp.org/

[2]: https://github.com/xmtp/xmtp-js

verdverm - 8 hours ago

How does this relate to A2A?

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

handfuloflight - 11 hours ago

So many primitives. All for the taking. Danke.

JohnMatthias - 11 hours ago

[flagged]

vasco - 8 hours 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.

- 11 hours ago
[deleted]