Remix.run Logo
kushalpatil07 3 hours ago

I was trying to build an agent. None of the sandboxes out there had solved the filesystem problem. I want my agent to have a persistent storage, and that stays forever. Like a human with a computer. When the agent spins up again, it has access to the computer with the same files.

I had to create my own setup using aws s3 filesystem and docker for this.

Does Tilde solve for this?

Galanwe 2 hours ago | parent | next [-]

Snapshotting a filesystem is trivial with e.g. btrfs. You can hook snapshot creation in your agent.

That is a single one liner of btrfs subvolume snapshot, in a single hook configuration file, ready to be valued at $10B as quantum agentic versioned sandbox startup.

ozkatz an hour ago | parent [-]

Part of the appeal (subjective, I know) of versioning is stuff like human-in-the-loop approvals. Think of a pull request: a change is requested by an agent, a human approves, changes get merged atomically. Even if other changes were applied since creation.

thepoet 2 hours ago | parent | prev | next [-]

Hey, this is exactly what we do at https://instavm.io Agents get persistent storage that outlive the sandbox and when the agent spins up again you get access to the computer with same files.

gavmor 2 hours ago | parent | prev | next [-]

Nanoclaw mounts each agent's folder to the ephemeral container.

zuzululu 2 hours ago | parent | prev | next [-]

just get a $5 VPS or hetzner and you are good.

stronglikedan 2 hours ago | parent [-]

infosec would like a word...

zuzululu 2 hours ago | parent [-]

which is the bare minimum that I hope people are doing , nothing about trusting a third party is any less or more secure.

ozkatz 3 hours ago | parent | prev [-]

Exactly that!