feat: add compose deliverable, scenario definitions, eval stub, and CI
This commit is contained in:
parent
ef9e102b05
commit
7c3934daee
8 changed files with 148 additions and 0 deletions
13
.env.example
Normal file
13
.env.example
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Without this file (or with it empty) the app starts in demo mode:
|
||||
# recorded sessions, honestly labeled, no external calls.
|
||||
|
||||
APP_MODE=live
|
||||
|
||||
# Spotify application (developer dashboard). The redirect URI must be
|
||||
# registered on the app and match the compose host port.
|
||||
SPOTIFY_CLIENT_ID=
|
||||
SPOTIFY_CLIENT_SECRET=
|
||||
SPOTIFY_REDIRECT_URI=http://127.0.0.1:8888/callback
|
||||
|
||||
# Anthropic API key
|
||||
ANTHROPIC_API_KEY=
|
||||
Loading…
Add table
Add a link
Reference in a new issue