Documentation Index
Fetch the complete documentation index at: https://docs.mirage.strukto.ai/llms.txt
Use this file to discover all available pages before exploring further.
Quick Install
Install the base package into your project:Use Mirage as a CLI
If you only want themirage CLI (not the library), there are two convenient paths.
One-shot run with uvx, no install, just runs:
uv tool install, drops mirage on your PATH globally:
Resource Extras
Install extras when a resource needs optional dependencies:Install From Source
If you are contributing to Mirage or want the full local development setup:camel extra conflicts with the openai stack, so excluding it keeps everything else installable in one shot.
Recommended Path
- Install the base package.
- Follow the Python Quickstart with the RAM resource.
- Add the resource extras and follow the FUSE setup if you need to expose mounts as a real filesystem.