Skip to main content
1

Create a Python file

basic_client.py
2

Set up your virtual environment

3

Install dependencies

4

Export your OpenAI API key

5

Start an AgentOS Server

Start the client example server on port 7777. It registers the agents, team, and workflow used by these client examples.
6

Run the Client