#748 · Primary category: AI Agents & Automation

agentfs

agents filesystem sqlite turso

The filesystem for agents.

Project last updated:06/03/26

GitHub Stars

3.4K

Forks

189

Contributors

22

License

Other

Why we included this project

AgentFS goes after a genuinely awkward part of building reliable agents: where their files and state actually live. Instead of scattering things across temp directories and log files, it packs everything an agent touches into a single SQLite database file that you can snapshot, copy to another machine, and query with plain SQL. That record is the real payoff. Every tool call and state change is captured, so debugging a misbehaving agent or reproducing an exact run becomes a database query rather than guesswork. The TypeScript, Python, and Rust SDKs also plug into frameworks like Mastra, OpenAI Agents, and the Claude Agent SDK. It ships in beta, so treat production data with care, but the design is solid enough to evaluate seriously.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category