Backbone for AI Agents project, with a frontend in Gradio and a backend holding AI Agents with LangGraph.
To start the project using Docker Compose, follow these steps:
- Ensure you have Docker and Docker Compose installed on your machine.
- Navigate to the project directory.
- Run the following command to start the project:
docker-compose up
This will build and start the containers defined in your docker-compose.yml
file.
Once the containers are running, access the application at http://localhost:8080