4 points | by theaniketmaurya 13 hours ago ago
5 comments
How are you thinking about concurrent mounts and conflict handling if two agent runtimes write to the same SmolFS volume?
ooo, I was looking for something like this when I was designing our agent architecture. Wish this existed before. Ended up building something quite similar, although this looks more complete and modular. Nice!
Nice to know that others also faced the same issue. Did you try something like archil or agentfs from turso?
Interesting. Good use case especially for portability to cloud.
Yeah, it’s quite handy that I can mount the same storage on my macbook and then somewhere on a random cloud.
How are you thinking about concurrent mounts and conflict handling if two agent runtimes write to the same SmolFS volume?
ooo, I was looking for something like this when I was designing our agent architecture. Wish this existed before. Ended up building something quite similar, although this looks more complete and modular. Nice!
Nice to know that others also faced the same issue. Did you try something like archil or agentfs from turso?
Interesting. Good use case especially for portability to cloud.
Yeah, it’s quite handy that I can mount the same storage on my macbook and then somewhere on a random cloud.