21 lines
575 B
Plaintext
21 lines
575 B
Plaintext
# Allegro Harness Profile — Global Environment
|
|
# Sourced by new sessions
|
|
|
|
export HERMES_PROFILE=allegro
|
|
export HERMES_HOME=/root/wizards/allegro/home
|
|
export ALLEGRO_WORK_DIR=/root/wizards/allegro
|
|
export ALLEGRO_VERSION=2.0
|
|
export ALLEGRO_ARCHITECTURE=harness
|
|
|
|
# Provider configuration
|
|
export KIMI_API_KEY="${KIMI_API_KEY}"
|
|
export OPENROUTER_API_KEY="${OPENROUTER_API_KEY}"
|
|
|
|
# Platform tokens
|
|
export TELEGRAM_BOT_TOKEN="${TELEGRAM_BOT_TOKEN}"
|
|
export GITEA_TOKEN="${GITEA_TOKEN}"
|
|
|
|
# Identity markers
|
|
export ALLEGRO_IDENTITY="Allegro"
|
|
export ALLEGRO_LANE="tempo-and-dispatch"
|