Building Agentic AI Systems, published by Packt
Create intelligent, autonomous AI agents, that can reason, plan, adapt, and execute.
You can run the notebooks in this repository in two ways:
Each notebook can be opened directly in Google Colab by clicking on the "Open in Google Colab" badge in the notebook's header:
This is the quickest way to get started as it requires no local setup.
To run the notebooks locally, follow these steps:
-
Clone the repository
git clone https://github.com/PacktPublishing/Building-Agentic-AI-Systems.git agentic-systems cd agentic-systems -
Create a virtual environment
python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate
-
Install dependencies
pip install -r requirements.txt
-
Launch Jupyter Notebook
jupyter notebook
-
Navigate to the
notebooksdirectory in the Jupyter interface and select the notebook you want to run.
Note: Some notebooks may require additional dependencies or environment variables. Check the notebook header for specific requirements.