This repository contains the full hands-on material used in the Google Vertex AI Agent Workshop Series, delivered during the Tunisia AI Universities Tour 2026 . It demonstrates how to build agentic AI systems step by step, starting from a local AI agent and progressing toward cloud-scale agentic workflows on Google Vertex AI.
# Tunisia AI Tour 2026 - Google Vertex AI Agent Workshops Series
(covering all Universities from the North to the south of Tunisia )
**Building Agentic AI Workflows with xAI - From Code to Action**
This repository contains the full hands-on material used in the **Google Vertex AI Agent Workshop Series**, delivered during the **Tunisia AI Universities Tour 2026** .
It demonstrates how to **build agentic AI systems step by step**, starting from a **local AI agent** and progressing toward **cloud-scale agentic workflows on Google Vertex AI**, with a strong focus on **explainability (xAI)** and responsible AI.
---
## What is Tunisia AI Tourβ26?
**Tunisia AI Tourβ26** is a nationwide educational journey bringing hands-on **Agentic AI workshops** to universities across Tunisia.
From data to deployment, participants do not just learn AI, they **build real intelligent agents** using industry tools such as **Google Vertex AI**.
Beyond technology, the tour is rooted in impact, with **50 percent of workshop proceeds donated** to people in need through the **Tunisian Red Crescent**.
Education, access, and responsibility moving together across the country. πΉπ³β¨
## Reach Goal : +3000 student !
---
## Repository Structure
```
Google vertex-AI agent-workshop/
β
βββ local-ai-agent/ # Demo 1: Local agent (Ollama + Python)
β βββ agent.py
β βββ llm.py
β βββ main.py
β
βββ agent-demo (VScode) demo 2/ # Demo 2: Agentic AI with prediction + actions
β
βββ Vertex AI Agent Builder/ # Vertex AI managed agent approach
β
βββ Presentation/ # Slides used during the workshop
βββ Ressources/ # Reading material and references
β
βββ GOOGLE VERTEX AI DEMO TAKEWAY.pdf
βββ ressources links.pdf
βββ README.md
```
---
## What You Will Learn
By following this repository, you will learn how to:
* Understand **Agentic AI vs Generative AI**
* Build a **multi-step autonomous AI agent**
* Separate **LLM reasoning from agent β¦