Files

54 lines
744 B
YAML
Raw Permalink Normal View History

2026-04-04 04:00:03 +00:00
# Allegro — BURN NIGHT — Claude Opus
2026-04-02 03:12:10 +00:00
model:
2026-04-04 04:00:03 +00:00
default: claude-opus-4-6
provider: anthropic
fallback_providers:
- provider: kimi-coding
model: kimi-k2.5
- provider: groq
model: llama-3.3-70b-versatile
2026-04-02 03:12:10 +00:00
toolsets:
2026-04-04 04:00:03 +00:00
- all
2026-04-02 03:12:10 +00:00
agent:
2026-04-04 04:00:03 +00:00
max_turns: 50
reasoning_effort: high
2026-04-02 03:12:10 +00:00
verbose: false
2026-04-04 04:00:03 +00:00
2026-04-02 03:12:10 +00:00
terminal:
backend: local
cwd: .
timeout: 180
2026-04-04 04:00:03 +00:00
2026-04-02 03:12:10 +00:00
browser:
inactivity_timeout: 120
2026-04-04 04:00:03 +00:00
2026-04-02 03:12:10 +00:00
display:
compact: false
tool_progress: all
2026-04-04 04:00:03 +00:00
2026-04-02 03:12:10 +00:00
platforms:
api_server:
enabled: true
extra:
host: 127.0.0.1
2026-04-04 04:00:03 +00:00
port: 8644
2026-04-02 03:12:10 +00:00
session_reset:
2026-04-04 04:00:03 +00:00
mode: both
idle_minutes: 1440
at_hour: 4
approvals:
mode: auto
memory:
memory_enabled: true
user_profile_enabled: true
memory_char_limit: 2200
user_char_limit: 1375
2026-04-02 03:12:10 +00:00
2026-04-04 04:00:03 +00:00
_config_version: 10