Replies: 1 comment
-
|
HI @oberstet - Thanks for the detailed msg - I need to read about |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been exploring Bindu's positioning as:
and I'm trying to understand the architectural scope of the communication layer.
WAMP already provides all four of:
From the documentation, Bindu appears to be centered around:
This made me wonder how the project views communication patterns compared to WAMP (Web Application Messaging Protocol).
Relevant references:
Communication Model Comparison
One thing I find particularly interesting is that WAMP was designed from the beginning around two equally important communication patterns:
Routed RPC
Examples:
Publish & Subscribe
Examples:
For multi-agent systems, both patterns seem useful and complementary.
Router-to-Router Federation
Another area where I'm curious about Bindu's roadmap is federation.
The WAMP architecture includes explicit routing roles:
combined in a Router.
Historically, the WAMP ecosystem has explored:
rather than assuming a single routing authority.
For agent ecosystems, this seems highly relevant because agents will likely be operated by different organizations, cloud providers, enterprises, and individuals.
Decentralization
An especially interesting aspect is decentralized operation.
The WAMP ecosystem has experimented with architectures where:
This feels conceptually similar to how email servers, Matrix homeservers, or ActivityPub servers federate.
Does Bindu envision something similar for agent communication?
Or is the intended model primarily direct agent-to-agent interaction secured by DIDs and signatures?
Payments
Another area where there seems to be overlap is payments.
Bindu integrates payments directly into the agent interaction model.
The WAMP ecosystem explored a related idea through XBR:
https://github.com/wamp-proto/wamp-xbr
which combines:
My understanding is that XBR was designed to monetize both RPC-style services and streaming/event-driven data products.
This raises an architectural question:
Questions
Does Bindu plan to support first-class PubSub semantics between agents?
If not, is the intended architecture:
How does the team think about event-driven agent architectures?
Is there a roadmap for federated communication across independently operated Bindu domains?
How does Bindu's vision differ from a federated WAMP-style architecture that provides:
Has the team evaluated WAMP as a communication substrate for AI agents, and if so, what trade-offs led to the current A2A-centric design?
I'm asking because many agent systems seem to naturally require both:
and WAMP's design explicitly treats both as first-class communication primitives rather than building solely around RPC.
Beta Was this translation helpful? Give feedback.
All reactions