Build an AI agent and deploy it to Amazon Bedrock AgentCore as a single, type-safe Effect program — the handler, the model, the IAM, the runtime, the gateway and the memory all in one language, one deploy, one mental model.
HttpApi + BedrockModel + tools
The AgentCore samples deploy with YAML, HCL, or a second TypeScript runtime that only describes
infrastructure. Alchemy collapses the gap: resources are values in your Effect program, so a
failed CreateAgentRuntime is a tagged error you handle — not a stack event you go hunting for.
Build an Effect-docs agent and deploy it to Amazon Bedrock AgentCore — agent, tools, memory and observability — from a single typed Effect program with Alchemy.
Milestones: runs locally at 02–03 · first deploy at 05 · full stack by 08
pnpm test.Run the agent on :8080 with a stub model — no AWS creds, instant feedback.
One alchemy deploy stands up ECR, IAM, Runtime, Gateway and Memory together.
Trace, invoke, and tear down with alchemy destroy — same program, every stage.