awesome-agent-quickstart

Helloworld for agentic frameworks, minimial but runnable! LangGraph, Agno, AutoGen, Smolagents, OpenAI Agents, etc.

GitHub Stars

46

User Rating

Not Rated

Favorites

0

Views

22

Forks

12

Issues

0

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

Since some frameworks reply on the latest Python features, we recommend create a virtual environment:

conda create -n agents-quickstart python=3.13
conda activate agents-quickstart

Additional Resources