Skip to main content
A basic team with two specialized agents:
  1. HackerNews Researcher - Gets trending stories from HackerNews
  2. Finance Agent - Gets stock prices and financial data
The team leader coordinates by delegating to the appropriate agent based on the user’s request.
1

Create a Python file

basic_team.py
2

Set up your virtual environment

3

Install dependencies

4

Export your OpenAI API key

5

Run Team