Ahamie
What you get
Section titled “What you get”🎯 The closed loop, primitives-first. RunOutcome, hidden-golden eval, software-factory mode, connector-proxy trust boundary — the four things Mastra deliberately omits, native and typed.
🪞 Wrap-and-hide Mastra. @ahamie/agent, @ahamie/workflow, @ahamie/memory, @ahamie/rag, @ahamie/workspace mirror Mastra and enforce Ahamie’s invariants. The escape hatch — import { Agent } from "@mastra/core" — is forever open.
🏠 Self-host-first. pnpm create ahamie boots Postgres, the proxy, the runner, the app, and the UI primitives in under 90 seconds. No phone-home.
🛡️ Five trust invariants. The connector proxy is a separate process. I1–I5 are unit-testable. Tokens never enter the agent process.
Get started in 90 seconds
Section titled “Get started in 90 seconds”pnpm create ahamie my-braincd my-brainpnpm devThe reference app examples/company-brain-in-a-box walks you from Slack ingest → automation → eval → outcome attribution in under one hour.
Where to go next
Section titled “Where to go next”- Quickstart — from zero to a running closed-loop agent in 90 seconds
- What is Ahamie? — the framing and the wedge
- Reference app walkthrough — the 60-minute tour
- Build your first agent — TDD-style tutorial
- Wire a closed loop — sensor isolation in practice
- Connector proxy invariants — the load-bearing security model