u/Any_Office_6110

Hey everyone,

I got tired of cloud sandboxes taking forever to boot every time an agent needed to browse files. So I built deepagents-chromafs, a backend for DeepAgents that turns a ChromaDB collection into a read-only virtual filesystem.

Agents can run ls, read, grep, and glob against it entirely in memory. No Docker, no sandbox, just a fast bootstrap from a single Chroma query.

It also ships with RBAC (hide paths by user group), a 4-step grep pipeline to avoid full collection scans, and an optional Redis cache for multi-worker deployments.

pip install deepagents-chromafs

PyPI: https://pypi.org/project/deepagents-chromafs/

Source: https://github.com/ki3nd/deepagents-chromafs

Would love any feedback!

reddit.com
u/Any_Office_6110 — 16 days ago