AI Engines
Frameworks · runtimes · agent platforms
AI Engines are the frameworks and runtimes that power AI features — the layer that owns agents, tools, workflows, memory, and model calls. This section of Knowledge holds a handbook per engine: deep reference you read to understand and build, not a step-by-step procedure.
Handbooks
Section titled “Handbooks”- Mastra — the TypeScript agent framework (agents, tools, workflows, memory, RAG, eval, observability) built on top of the Vercel AI SDK. Start with the overview, then concepts → architecture → building agents → workflows → deployment.
More engines will be added here. Each handbook lives in its own folder under src/content/docs/ai-engines/.
How a handbook is laid out
Section titled “How a handbook is laid out”Every engine handbook follows the same spine — read it top to bottom the first time, or jump straight to the page that answers your question:
-
Overview
What it is, who it’s for, when to reach for it, and the mental model.
-
Concepts
Each core primitive defined crisply — the vocabulary you’ll reuse everywhere.
-
Architecture
How the pieces fit and how a request flows end to end.
-
Building agents
The minimal end-to-end path to a working agent.
-
Workflows
Multi-step orchestration, branching, and human-in-the-loop.
-
Deployment
Dev → build → ship, deployer targets, and production concerns.