EXTENSIONS
User-built models, drivers, vaults, and reports — the parts that plug into swamp.
Filter by what you need and pull what fits.
Agentcore
AWS Bedrock AgentCore execution driver. Runs model methods in isolated microVM sessions with S3-based coordination for elastic remote execution.
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.
Nix
Nix shell execution driver that runs model methods inside a nix shell with declarative package dependencies. Provides reproducible execution environments without containers.
Dry Run
Dry-run execution driver that captures method requests without executing them. Useful for debugging, auditing, and validating workflows.