#Authors : Abdalla Mohamed , George Fahmy
This public repository contains two practical tutorials designed for participants of the GenAI Agent Hackathon — Cairo 2025. It provides a hands-on introduction to building applications powered by Large Language Models (LLMs), with a focus on real-world agent workflows and tools.
A Google Colab notebook demonstrating how to build a simple Private Tutor application. This tutorial walks through the essential components of an LLM-based application, including:
- Prompt Engineering
- RAG (Retrieval-Augmented Generation)
- Multi-pass LLM Calling
- Tool Usage and Conditional Logic
A standalone Python project showcasing how to build an intelligent Coding Agent from scratch. It guides you through:
- Agent Workflow
- Implementing Tool Calling (e.g agentic actions: run_command , list_directories .... )
- Agent Iteration Logic
- End Goal shaping
This folder contains the official technical slides used during the hackathon workshops.
#Authors : Abdalla Mohamed , George Fahmy