A personal playground for learning how to build and experiment with AI Agents using the OpenAI Agents SDK.
This repo is my hands-on journey into understanding how agents think, act, and collaborate β one commit at a time.
The goal of this repository is to explore and understand the fundamentals of AI Agents:
- How they work
- How they interact with environments
- How to extend their capabilities
- Language: Python
- Core Library: OpenAI Agents SDK
The repo contains:
- Examples β Simple agent demos
- Experiments β Testing different configurations
- Notes β Key learnings and references
- Clone the repo
git clone https://github.com/arahmaddeveloper/Ai-Agents.git cd Ai-Agents