dsh plugins中文
← Back to popular plugin directory

Agent virtual file system

strukto-ai/mirage · skills

The World's First Unified Virtual Filesystem For AI Agents.

★ 3,434GitHub stars
255Forks
2026-08-15Last updated
TypeScriptLanguage
Apache-2.0License

Project overview

Both runtime packages pull in @struktoai/mirage-core automatically. CLI Quickstart Python TypeScript CLI Agent Frameworks

Every Workspace has a two-layer cache so repeated work against remote backends hits local state instead of the network: Index cache: listings and metadata. The first directory walk hits the API; later ones serve from the index until the TTL expires (default 10 minutes). File cache: object bytes. The first read streams from origin; later pipelines read from cache (default 512 MB).

Both layers default to in-process RAM with zero setup. A Redis store shares cache state across workers, processes, and machines:

Install command

dsh plugin --profile web add github:strukto-ai/mirage
View GitHub repository ↗Back to popular plugin directory