I run AI agents on my laptop and cloud. Often I wish to synchronize the memory markdowns created on multiple platforms. So I built a S3 based durable filesystem which can be mounted anywhere.
It is implemented in Rust with SDK in both Python, TypeScript and a CLI for agents.
Comments
CRSilkworth•1h ago
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!
CRSilkworth•1h ago