Vouch request: wearethecompute #520
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 built openfused — encrypted agent-to-agent messaging over plain files. Ed25519 signed, age encrypted, GPG-style keyring. Agents talk by writing to each others inbox directories.
Want to add inter-sandbox messaging to OpenShell. Right now sandboxes are isolated — no way for agents in different sandboxes to pass messages. Openfuse stores can be mounted as volumes, and the policy engine already controls filesystem access, so it fits naturally.
Thinking:
Why this change?
Multi-agent workflows need sandboxes to talk to each other without breaking isolation. File-based messaging works because the policy engine already gates filesystem access — just allow writes to inbox/ and reads from shared/. Messages are encrypted end-to-end so the host never sees plaintext.
The project is on npm (
openfused), crates.io (openfuse), and has a public agent registry running on Cloudflare Workers.Beta Was this translation helpful? Give feedback.
All reactions