66 lines
1.6 KiB
YAML
66 lines
1.6 KiB
YAML
|
|
# Allegro Profile Configuration
|
||
|
|
# Harness-based architecture — migrated from Robe
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Model Configuration
|
||
|
|
# =============================================================================
|
||
|
|
|
||
|
|
model: kimi-coding/kimi-k2.5
|
||
|
|
|
||
|
|
providers:
|
||
|
|
kimi-coding:
|
||
|
|
timeout: 60
|
||
|
|
max_retries: 3
|
||
|
|
|
||
|
|
openrouter:
|
||
|
|
timeout: 45
|
||
|
|
max_retries: 2
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Toolsets
|
||
|
|
# =============================================================================
|
||
|
|
|
||
|
|
toolsets:
|
||
|
|
- hermes-cli
|
||
|
|
- github
|
||
|
|
- web
|
||
|
|
- gitea
|
||
|
|
- cron
|
||
|
|
- memory
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Agent Settings
|
||
|
|
# =============================================================================
|
||
|
|
|
||
|
|
agent:
|
||
|
|
max_turns: 90
|
||
|
|
tool_use_enforcement: auto
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Display
|
||
|
|
# =============================================================================
|
||
|
|
|
||
|
|
display:
|
||
|
|
compact: false
|
||
|
|
personality: kawaii
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Terminal
|
||
|
|
# =============================================================================
|
||
|
|
|
||
|
|
terminal:
|
||
|
|
backend: local
|
||
|
|
cwd: /root/wizards/allegro
|
||
|
|
timeout: 180
|
||
|
|
persistent_shell: true
|
||
|
|
|
||
|
|
# =============================================================================
|
||
|
|
# Checkpoints
|
||
|
|
# =============================================================================
|
||
|
|
|
||
|
|
checkpoints:
|
||
|
|
enabled: true
|
||
|
|
max_snapshots: 50
|
||
|
|
|
||
|
|
_config_version: 11
|