This repository contains example notebooks for the 2025 course Agenti Intelligenti e Machine Learning (AiTHO), focusing on multi-agent AI architectures.
- Python
- Marimo – A modern alternative to Jupyter for interactive notebooks
- LangGraph – A framework for building AI agent workflows
The examples use Anthropic models by default. You're welcome to switch to any model provider of your choice.
All the example notebooks and code are located in the examples/ directory.
Poetry is the dependency manager used in this project. Follow the official installation guide to set it up on your system.
poetry installCopy the file .env.example as .env and put your key in the OPENAI_API_KEY field
Use Marimo to edit and run the notebooks:
poetry run marimo edit