April 2026
Intermediate
395 pages
13h 22m
English
Another agentic framework with a clear scope on multi-agentic flow is Agents, developed by OpenAI. You can install it on the terminal via pip, as follows:
pip install openai-agents
Designed with beginners in mind, everyone can develop a multi-agentic system in a short period of time with Agents.
We’ll start with the implementation of a simple agent in Section 7.7.1. Then, you’ll learn how to work with multiple agents in Section 7.7.2. Finally, you’ll implement an agent with a search and retrieval functionality in Section 7.7.3.
But we’ll start by setting up a single agent and move on from there. You can find the script in 07_AgenticSystems\agents_single_agent.py ...
Read now
Unlock full access