Show HN: Agfs – Aggregated File System, a modern tribute to the spirit of Plan9
5 days ago
- #filesystem
- #RESTful-API
- #AI-agents
- Aggregated File System (Agent FS) is a RESTful API-based file system inspired by Plan9's 'Everything is a file' philosophy.
- Designed for coordinating and orchestrating multiple AI agents in a distributed environment using bash + filesystem patterns.
- Supports various filesystem types including SQL databases (SQLFS), queues (QueueFS), and cloud storage (S3FS).
- Provides a shell interface for interactive filesystem operations like listing directories, reading/writing files, and managing queues.
- Enables dynamic mounting of custom filesystems written in WebAssembly (Wasm).
- Features pipeline and IO redirection support for seamless data flow between different filesystems.
- Includes demo examples like task loops and integration with cloud databases like TiDB.
- Can be installed via a shell script or Docker container.