Vouch request: wearethecompute — inter-agent messaging for sandboxes #519
wearethecompute
started this conversation in
Vouch Request
Replies: 0 comments
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.
-
What do you want to work on?
I maintain OpenFused — a decentralized context mesh for AI agents. It provides encrypted agent-to-agent messaging via plain files: Ed25519 signed, age encrypted (X25519 + ChaCha20-Poly1305), with a GPG-style keyring and a public agent registry.
OpenShell provides the sandboxed walls. OpenFused provides the mailboxes between rooms.
Proposed contribution
An integration that lets OpenShell sandboxes communicate with each other securely:
This could be:
Why this matters
OpenShell sandboxes are currently isolated by design — no built-in way for agents in different sandboxes to collaborate. File-based messaging fits naturally: agents already read/write files, the policy engine already controls filesystem access, and signed+encrypted messages maintain the security model.
About the project
npm install -g openfused(v0.3.2)cargo install openfusedocker compose uphttps://github.com/wearethecompute/openfused
Beta Was this translation helpful? Give feedback.
All reactions