EXTENSIONS
Built by operatives — models, drivers, vaults, and reports, the parts that plug into Swamp.
Filter by what you need and pull what fits.
Mere Shell
Execute typed argv inside a verified, cancellable Mere Linux shell namespace with dedicated roots and isolated package sets.
Fc Task Server
Host↔guest task/result control-plane server for Firecracker microVM agents.
Aurae
Swamp execution driver that runs a method's `run` command inside an aurae cell via `aer`. Allocates the cell, starts the executable, streams stdout/stderr back through `aer observe`, and tears the cell down. Designed so a sibling micro-VM target can be added without changing the driver orchestrator.
Fc Agent Proxy
vsock proxy for running Claude Code agents inside Firecracker microVMs. Manages a Python proxy on the host: enforces domain allowlist, injects CLAUDE_CODE_OAUTH_TOKEN as Authorization: Bearer for Anthropic API calls (guest never sees the token), relays HTTPS CONNECT tunnels, and handles task injection + result collection over vsock ports 5000/5001.