Skip to content

u2i/ai-agents-workshop

Repository files navigation

AI Workshop

This repository contains materials and exercises for AI Agents Workshop.

Prerequisites

Workshop plan

1. Theoretical Introduction

Learn the fundamentals through examples:

  • Basic API calls to LLMs
  • Structured output with PydanticAI
  • Function calling (Tools)
  • Chain of Thought (CoT) prompting
  • Few-shot learning
  • What are the agents under the hood?

View the README

2. Task

In pairs, solve a practical task with the help of LLM.

View the task README

3. Discussion



Repository Structure

.
├── introduction/                # Concepts explanations
│   ├── 1_theory.md
│   ├── 2_simple_calls.ipynb
│   ├── 3_function_calling.ipynb
│   ├── 4_structured_output.ipynb
│   ├── 5_chain_of_thought.ipynb
│   ├── 6_few_shot.ipynb
│   ├── 7_lets_loop.ipynb
│   └── introduction/            # Benchmark scripts that generated the charts
├── task/                        # Task for you!
└── test/                        # Test module for the task

About

AI Agents Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published