EXTENSIONS
Built by operatives — 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.
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.
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.