Skip to main content
1

Create a Python file

memory_operations.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 an agent with update_memory_on_run=True and a SQLite database for memories.
6

Run the Client