Agent Mesh Workshop 2026
Welcome to the course page for Enterprise-Ready AI Agents: Architecting the Agent Mesh with Open Source, a full-day workshop at the CH Open Workshop-Tage in Rapperswil on 10 September 2026.
We will move from the parts of an agent system to the control plane that lets many agents work safely together. Expect a practical day: we will inspect capabilities, work through real integration boundaries, introduce a gateway, and use evidence to understand what happened in a run.
Course materials
Download the slides and participant handout. The archive is password protected; you will receive the password during the course. If you do not have it, email me and I will send it to you.
Setup instructions
To run the exercises on your own laptop, clone the Agent Mesh setup repository and then follow its README. Before you begin, install the prerequisites that the README does not explain how to install:
- Docker Desktop, Visual Studio Code, and uv.
- The required command-line tools: kubectl, kind, Helm, Node.js and npm, jq, Python 3, and Git.
- macOS already includes
curl. Ifmake --versiondoes not work, install Apple’s Command Line Tools withxcode-select --install.