This project is my attempt at playing a bit with the development and deployment of AI agents.
-
Clone the repository:
git clone https://github.com/josequaresma/ai-agents.git cd ai-agents -
Create .env file with OpenAI API-KEY:
cp .env-example .env ## update variable in .env file -
Podman compose:
podman-compose up --build