This repository is dedicated to learning and exploring the Atomic Agents framework. The goal is to provide a comprehensive guide and set of examples to help users understand and utilize the Atomic Agents framework for building AI agents.
The Atomic Agents framework is designed to be modular, extensible, and easy to use. It allows for the creation of powerful AI applications by combining small, single-purpose components. The framework is built on top of the Instructor package and leverages Pydantic for data validation and serialization.
-
notebooks/
: Contains Jupyter notebooks with detailed examples and tutorials.A_deep_dive_into_atomic_agents-BaseAgent.ipynb
: A deep dive into the BaseAgent component of the Atomic Agents framework.A_deep_dive_into_atomic_agents-BaseTool.ipynb
: A deep dive into the BaseTool component of the Atomic Agents framework.
-
scripts/
: Contains the complete striped scripts from the notebooks
- Python 3.7 or higher
pip
(Python package installer)
- Clone the repository:
git clone https://github.com/w3bwizart/Atomic_Agents_Learn.git cd Atomic_Agents_Learn
If you want to use the notebooks on colab instead of localy then replace
https://github.com
with
https://colab.research.google.com/github