Skip to content

Atelier integrates Rustic AI projects, providing a platform for users to explore and experiment with conversational agentic applications.

License

Notifications You must be signed in to change notification settings

rustic-ai/atelier

Repository files navigation

atelier

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.

Getting started

Prerequisites

  • Docker: Please ensure Docker is installed and running

Configuring

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

Running

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

About

Atelier integrates Rustic AI projects, providing a platform for users to explore and experiment with conversational agentic applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages