Skip to content

Aurite Tutorials

Info

Start with the interactive notebooks for hands-on learning, then move to local project guides as you gain confidence.

Part 1: Learning with Notebooks

This module provides a hands-on, code-first approach to learning Aurite through a series of interactive Jupyter/Colab notebooks.

  1. Notebook 1: Introducing Aurite Agents

  2. Notebook 2: Agents and Tools

  3. Notebook 3: Agent Challenge

  4. Notebook 4: Agent Challenge Solutions

  5. Notebook 5: LLMs, Schemas, and Workflows

    • Dive deeper into advanced topics like LLM configuration, data schemas, and multi-step workflows.
    • Open in Colab
    • Open Locally

Part 2: Building Local Projects

Once you are comfortable with the concepts from the notebooks, these tutorials guide you through setting up and running the Aurite framework in a local development environment like VSCode.

  1. Building Your Own MCP Server

    • Learn how to extend Aurite by creating a custom Model Context Protocol (MCP) server that provides new tools for your agents.
    • Step-by-step instructions for building, testing, and integrating your own MCP server.
    • Tutorial: Building Your Own MCP Server
  2. Understanding Aurite Projects