1
Create a Python file
2
Add the following code to your Python file
remote_agent.py
3
Create a virtual environment
Open the
Terminal and create a python virtual environment.4
Install libraries
5
Export your OpenAI API key
6
Start an AgentOS Server
Make sure you have an AgentOS server running with an agent that has
id="assistant-agent". See Creating Your First OS for setup instructions.7
Run the Client