Logo Lanfrica

MortadhaMannai/Tunisia-AI-Uni-Tour-2026-Agentic-AI-Workflows-on-Google-Vertex-AI-Workshops-Series

Type de record:

project
Créateur:
Mor
Hôte:
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 …