- Build and give agents access to petabyte-scale context, using our infinite, shared disks optionally synchronizing that data from sources like Amazon S3 object storage.
- Run untrusted AI-generated code against context using serverless sandboxes.
- Share artifacts between agents and humans with a strongly consistent REST API that allows you to easily embed file watching and uploading into any website.
Features
Archil’s storage primitives support a rich set data management features to make it simple to build common workflows.- Branches and checkpointing make it possible to have simultaneous agents run on the same data set, and pick the best output.
- Native SQLite support allow you to create an unlimited number of databases per file system, and serverless read and write to them from anywhere.
- AppendObject support simplify how you can build log-based abstractions.