Install
Usage
grok there and its built-in file and shell tools dispatch through Mirage’s ops layer.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Run Grok Build against any Python Mirage workspace by mounting it as a real filesystem via FUSE.
uv add 'mirage-ai[fuse]'
from mirage import Mount, MountBackend, MountMode, Workspace
from mirage.resource.ram import RAMResource
with Workspace(
{"/": Mount(RAMResource(), mode=MountMode.WRITE, backend=MountBackend.FUSE)}) as ws:
print(f"cd {ws.fuse_mountpoint} && grok")
input("Press Enter when done...")
grok there and its built-in file and shell tools dispatch through Mirage’s ops layer.