Skip to content
prod e051e98
Browse

Category: AI Systems

Category

A category is a broad topic/domain. These pages share category: ai-systems.

Agent Frameworks

general

Mastra

  • Mastra collection

    The TypeScript agent framework — agents, tools, workflows, memory, RAG, eval, and observability, built on top of the Vercel AI SDK. Start here for the mental model, then go deep.

    Topic subcategory: agent-frameworks
  • Concepts handbook

    The Mastra vocabulary — every core primitive defined crisply, so the rest of the handbook reads cleanly.

    Learn subcategory: agent-frameworks
  • Architecture handbook

    How a Mastra app fits together — the package boundary, the central runtime, and how one request flows from route to model and back.

    Learn subcategory: agent-frameworks
  • Building agents handbook

    The minimal end-to-end path — define a tool, define an agent, register it on the Mastra instance, and call it from your app.

    Learn subcategory: agent-frameworks
  • Tools handbook

    How an agent acts on the world — typed, schema-validated functions the model can call, with predictable inputs and outputs.

    Learn subcategory: agent-frameworks
  • Workflows handbook

    Deterministic, durable orchestration around the model — steps, sequencing, branching, parallelism, and suspend/resume for human-in-the-loop.

    Learn subcategory: agent-frameworks
  • Memory handbook

    How agents keep continuity — conversation history, semantic recall, and working memory, all backed by storage and a vector index.

    Learn subcategory: agent-frameworks
  • RAG handbook

    Retrieval-augmented generation in Mastra — chunk, embed, store, and retrieve your own documents so an agent answers from your data, not just its training set.

    Learn subcategory: agent-frameworks
  • Multi-agent systems handbook

    When one agent isn't enough — a supervisor agent that delegates to specialist sub-agents, plus the other coordination patterns.

    Learn subcategory: agent-frameworks
  • Evals & scorers handbook

    Turn "looks fine" into a number — automated quality checks on agent output you can track over time and gate releases on.

    Learn subcategory: agent-frameworks
  • Observability handbook

    See what your agents actually do in production — every model call, tool call, and workflow step traced via OpenTelemetry and exported to your tooling.

    Learn subcategory: agent-frameworks
  • MCP handbook

    How Mastra interoperates with the wider agent ecosystem — consuming external tools as a Model Context Protocol client, and exposing your own as a server.

    Learn subcategory: agent-frameworks
  • Deployment handbook

    From local dev to production — the Mastra CLI, deployers, serverless targets, and what to watch in production.

    Learn subcategory: agent-frameworks

integrations

AI Agent Integration

general

uncategorized

general

  • AI Systems collection

    Browse ZajLibrary pages in AI Systems.

    ai-systems