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.
Agentcore Bootstrap
One-shot bootstrap for @webframp/agentcore. Ships a provisioner model
Firecracker
Firecracker microVM lifecycle management via SSH + the Unix-socket REST API.
Fc Task Server
Host↔guest task/result control-plane server for Firecracker microVM agents.
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.