AgentVerse
Universe of Agents

Learn agentic AI through hands-on Jupyter notebooks covering multi-agent workflows, LLM orchestration, and real-world applications.

8+
Projects
5
Frameworks
3
Skill Levels

Featured Projects

Real-world AI agent applications across multiple domains

πŸ“š Foundations

πŸ₯ Beginner

MedTech AI Opportunity Finder

Generate healthcare/pharma AI business opportunities with pain points and solutions using GPT-4o-mini.

OpenAI Streaming
πŸ’Š Intermediate

MedGuard Debate

Multi-agent debate system for drug interaction analysis with structured argumentation.

Multi-Agent Healthcare
View Demo β†’
🌐 Advanced

PageBotAI

Web crawling chatbot that answers questions by extracting and processing web content.

Web Scraping PocketFlow
View Demo β†’
β˜€οΈ Intermediate

WeatherMate

AI agent for weather and event recommendations with personalized suggestions.

Weather API Recommendations
View Demo β†’

πŸ”§ OpenAI SDK

πŸ“’ Intermediate

MedReach

Multi-Agentic AI System for Personalized HCP Outreach with automated email campaigns.

OpenAI SDK Email Automation
πŸ’Ό Beginner

AskMyCV

AI agent for answering career questions using resume data with intelligent Q&A.

OpenAI SDK RAG
View Demo β†’

πŸ‘₯ CrewAI

πŸ•ΈοΈ LangGraph

πŸ“– Intermediate

LangGraph Fundamentals

Learn the fundamentals of LangGraph with comparisons to LangChain and stateful agent workflows.

LangGraph Tutorial

πŸ”· Microsoft Agent Framework

πŸ”· Intermediate

Microsoft Agent Framework

Explore Microsoft's agent framework with agents, workflows, tools, and async LLM calls. Learn why it's replacing Autogen.

Microsoft Framework Async
πŸ€– Advanced

Sidekick (Microsoft)

Sidekick AI assistant rebuilt with Microsoft Agent Framework, featuring worker-evaluator feedback loops and quality control.

Microsoft Self-Evaluation Workflows

πŸ”— MCP (Model Context Protocol)

πŸ“š Intermediate

MCP Fundamentals

Learn the Model Context Protocol (MCP) basics, architecture, transport mechanisms, and how to build MCP servers.

MCP Protocol Tutorial
πŸ“… Intermediate

DateTime MCP Server

Practical MCP server implementation for date and time operations with complex date parsing and scheduling capabilities.

MCP Server DateTime

Learning Path

Progressive journey from beginner to advanced agentic AI

1

Foundations

Start with basic LLM workflows, prompt chaining, and simple agent patterns. Learn to build your first AI agents with OpenAI.

2

OpenAI SDK

Master the OpenAI SDK for building more sophisticated agents with function calling, streaming, and multi-step reasoning.

3

Multi-Agent Systems

Explore CrewAI for orchestrating multiple specialized agents working together on complex tasks.

4

Stateful Workflows

Learn LangGraph for building stateful, non-linear agent workflows with loops, conditionals, and memory.

5

Microsoft Agent Framework

Master Microsoft's modern agent framework with async workflows, tools, and state management. Learn why it's replacing Autogen.

6

MCP (Model Context Protocol)

Explore the Model Context Protocol for building extensible agent systems with standardized server-client communication.

What's Included

Everything you need to master agentic AI

πŸ“

Clear Problem Statements

Each project includes real-world context and clear problem definitions

πŸ”§

Step-by-Step Implementation

Detailed explanations and code walkthroughs for every project

πŸ“Š

Workflow Schemas

Visual diagrams to understand agent architectures and data flows

πŸ”‘

Setup Instructions

Complete API key requirements and environment setup guides

Get Started

Ready to dive into the world of Agentic AI? Follow these simple steps to get started.

Quick Start
# 1. Clone the repository
git clone https://github.com/lisekarimi/agentverse.git
cd agentverse

# 2. Setup environment
mv .env.example .env  # Add your API keys here

# 3. Install dependencies
uv sync

Requirements

  • Python 3.11.x (not 3.12+)
  • uv package manager
  • IDE with AI integration (VS Code, Cursor, or similar)
πŸ†

Certification

Successfully completed Ed Donner's Complete Agentic AI Engineering Course

View Certificate