Agent Starter Kit - Installation Guide
Instructions
1. Docker Desktop (Video Tutorial):
A comprehensive video guide on how to install and use Docker Desktop.
2. OpenAI Key:
You will need an OpenAI API key to access the OpenAI services. You can obtain it from the OpenAI website.
3. Tavily Key:
4. Langsmith Key (Optional):
5. Add these API Keys to the .env file:
OpenAI and Tavily are required while the Langsmith is optional.
6. Make a directory and paste files inside:
Create a new directory on your local machine and place all the downloaded files inside it.
7. Run the following command in the folders terminal:
docker-compose up -d --build
This command will build and start your Docker containers in detached mode.
8. Access the frontend:
Once the Docker Compose app is running, you can access the frontend from inside Docker Desktop by clicking the link labelled "8501:8501" next to the container or by typing "localhost:8501" into your browser.
9. Launching next time:
In the future, you can simply launch the app directly from Docker Desktop by clicking the play button.
10. For Feedback and Questions:
Please use one of the contact forms on this website (like the one below) to reach out with any feedback or questions. Happy building and we look forward to hearing from you.