Join the discussion
Write your take first — we'll ask for email only when you're ready to publish.
- Hacker News
- sidenote: coop is also a large swedish grocery chain, pronounced the same way :)by vladde
- we call our local co-op "the coop" for no real reason :)by sceptic123
- not only in Sweden, in Germany and Switzerland as well. I guess it has the same origins in the trade unionist purchasing cooperatives at the turn of the century from the 19th to the 20thby wolfi1
- Personally I am using Eclipse Enclave to sandbox my agents. Good to see another fully open source solution in Coop.by SegmentTree
- isnt eclipse enclave using docker internally? https://github.com/search?q=repo%3Aeclipse-enclave%2Fenclave...by vivzkestrel
- I use coop daily and found it super convenient for my use case (ie letting agents go on with no access to my other projects or personal files)
I would recommend anyone that has desire to provide stricter boundaries to agents to give it a try - while remembering that a motivated agent would probably be able to escape it :)
by darkamaul - Oh awesome, I just started building something like this but nice to use something off the shelf for once.
I used a project called toolgate to autoapprove "safe" tool calls but request permission on riskier calls declaratively. But there's so many unnecessary tool permission requests
by 3stacks - Would you mind sharing a link to toolgate. Google search found a lot of matches but none that matched your description.by nibbleyou
- How is this different from docker sbx or microsandbox.dev? Not saying we don't need more alternatives, just asking to see if there is a reason to switch.by compiotr
- I _think_ (disclaimer: I have only read the documention of the two tools) they overlap quite a bit. The main idea is to get VM isolation for your agents env.by darkamaul
- Docker sandbox is proprietary. https://github.com/docker/sbx-releases?tab=License-1-ov-file...by mkesper