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.
-
Notebook 1: Introducing Aurite Agents
- Get started with the basics of the framework.
- Open in Colab
- Open Locally
-
Notebook 2: Agents and Tools
- Learn how to equip agents with tools to perform actions.
- Open in Colab
- Open Locally
-
Notebook 3: Agent Challenge
- Put your skills to the test with a challenge to build a capable agent.
- Open in Colab
- Open Locally
-
Notebook 4: Agent Challenge Solutions
- Review the solutions to the agent challenge.
- Open in Colab
- Open Locally
-
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
Tip
VSCode is suggested for local development, but any Python IDE will work.
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.
-
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
-
Understanding Aurite Projects
- This tutorial walks you through the structure of a local Aurite project and how to configure and run an agent by editing configuration files.
- Tutorial: Understanding Aurite Projects