Atelier integrates Rustic AI projects, providing a platform for users to explore and experiment with conversational agentic applications. Apps from rustic-showcase are available to try out.
- Docker: Please ensure Docker is installed and running
The supported integrations require the following API Keys to be configured:
- OPENAI_API_KEY is for accessing Open AI APIs
- HUGGINGFACE_API_KEY is for using models from HuggingFace
- SERP_API_KEY is for SerpApi
Copy the .env.template
to .env
and set the required values.
cp .env.template .env
Edit the .env
file and provide the desired keys.
This file is provided at runtime using docker secrets.
Your API Keys are not stored anywhere and are not shared with any other service
Starting the application without Authentication
Execute the command below in the terminal:
./start.sh
The application will be accessible locally at http://localhost:3000.
Stopping the application
docker compose down