⚠️ Before you begin: Please make sure you have completed the Get Started section first to set up all required API keys and environment variables.
- Create your application (replace <app-name> with your desired name):
Note: Make sure you have pnpm
installed:
You might need to use a virtual environment when installing dependencies using pip. You must use Python version >3.10. (If you change your Python version after creating a virtual environment, delete the venv
directory and recreate it with the correct Python version)
If you see an error about a missing dependency you can now install it with pip
:
- Navigate to your application directory:
- Create
.env.local
in both frontend and backend directories and copy the contents of the.env
file created earlier:
- Start the agent:
- Start the application (in a new terminal with the same virtual environment activated):
Note: Make sure you have Node.js installed:
Install any missing packages: