AgentDrive provides upload APIs so any agents can upload files to the drive.
Everything is a soft delete. Every edit and update results in a new snapshot of the file (version).
Your project looks cool! AgentDrive itself isn't a memory system - it's a cloud-based file system that can be managed by agents. In other words, you can build a memory system on top of AgentDrive.
we support garbage collection jobs that periodically scan and delete objects; we will also provide an option for users to delete the files in trash, which results in permanent deletion. This is fairly common in file systems and mostly an already solved problem.
Everything is a soft delete. Every edit and update results in a new snapshot of the file (version).
Your project looks cool! AgentDrive itself isn't a memory system - it's a cloud-based file system that can be managed by agents. In other words, you can build a memory system on top of AgentDrive.
Open source is also on the roadmap!