Remix.run Logo
raphinou 12 hours ago

I put all my agents in a docker file in which the code I'm working on is mounted. It's working perfectly for me until now. I even set it up so I can run gui apps like antigravity in it (X11). If anyone is interested I shared my setup at https://github.com/asfaload/agents_container

grewil2 11 hours ago | parent [-]

It won’t save you from prompt injektions that attack your network.

TCattd 7 hours ago | parent | next [-]

Shameless plug, in case you're interested: https://github.com/EstebanForge/construct-cli

Let me know if you give it a go ;)

sschueller 6 hours ago | parent [-]

Interesting, any plans to add LiteLLM (https://github.com/BerriAI/litellm) and Kilocode (https://github.com/Kilo-Org/kilocode)?

TCattd an hour ago | parent [-]

Will check those out :)

fgonzag 8 hours ago | parent | prev | next [-]

In theory the docker container should only have the projects directory mounted, open access to the internet, and thats it. No access to anything else on the host or the local network.

Internet to connect with the provider, install packages, and search.

It's not perfect but it's a start.

63stack 10 hours ago | parent | prev | next [-]

Docker containers run in their separate isolated network

darig 10 hours ago | parent | next [-]

[dead]

vscode-rest 10 hours ago | parent | prev [-]

[dead]

raphinou 11 hours ago | parent | prev [-]

of course, I'm not pretending this is a universal remedy solving all the problems. But I will add a note in the readme to make it clear, thanks for the feedback!