Some checks failed
Architecture Lint / Linter Tests (push) Successful in 10s
Smoke Test / smoke (push) Failing after 8s
Validate Config / YAML Lint (push) Failing after 6s
Validate Config / JSON Validate (push) Successful in 6s
Validate Config / Python Syntax & Import Check (push) Failing after 7s
Validate Config / Python Test Suite (push) Has been skipped
Validate Config / Shell Script Lint (push) Failing after 14s
Validate Config / Cron Syntax Check (push) Successful in 5s
Validate Config / Deploy Script Dry Run (push) Successful in 4s
Validate Config / Playbook Schema Validation (push) Successful in 8s
Architecture Lint / Lint Repository (push) Failing after 8s
79 lines
1.9 KiB
YAML
79 lines
1.9 KiB
YAML
model:
|
|
default: kimi-k2.5
|
|
provider: kimi-coding
|
|
toolsets:
|
|
- all
|
|
fallback_providers:
|
|
- provider: kimi-coding
|
|
model: kimi-k2.5
|
|
timeout: 120
|
|
reason: Kimi coding fallback (front of chain)
|
|
- provider: openrouter
|
|
model: google/gemini-2.5-pro
|
|
base_url: https://openrouter.ai/api/v1
|
|
api_key_env: OPENROUTER_API_KEY
|
|
timeout: 120
|
|
reason: Gemini 2.5 Pro via OpenRouter (replaces banned Anthropic)
|
|
- provider: ollama
|
|
model: gemma4:latest
|
|
base_url: http://localhost:11434
|
|
timeout: 300
|
|
reason: "Terminal fallback \u2014 local Ollama"
|
|
agent:
|
|
max_turns: 30
|
|
reasoning_effort: xhigh
|
|
verbose: false
|
|
terminal:
|
|
backend: local
|
|
cwd: .
|
|
timeout: 180
|
|
persistent_shell: true
|
|
browser:
|
|
inactivity_timeout: 120
|
|
command_timeout: 30
|
|
record_sessions: false
|
|
display:
|
|
compact: false
|
|
personality: ''
|
|
resume_display: full
|
|
busy_input_mode: interrupt
|
|
bell_on_complete: false
|
|
show_reasoning: false
|
|
streaming: false
|
|
show_cost: false
|
|
tool_progress: all
|
|
memory:
|
|
memory_enabled: true
|
|
user_profile_enabled: true
|
|
memory_char_limit: 2200
|
|
user_char_limit: 1375
|
|
nudge_interval: 10
|
|
flush_min_turns: 6
|
|
approvals:
|
|
mode: manual
|
|
security:
|
|
redact_secrets: true
|
|
tirith_enabled: false
|
|
platforms:
|
|
api_server:
|
|
enabled: true
|
|
extra:
|
|
host: 127.0.0.1
|
|
port: 8645
|
|
session_reset:
|
|
mode: none
|
|
idle_minutes: 0
|
|
skills:
|
|
creation_nudge_interval: 15
|
|
system_prompt_suffix: "You are Allegro, the Kimi-backed third wizard house.\nYour\
|
|
\ soul is defined in SOUL.md \u2014 read it, live it.\nHermes is your harness.\n\
|
|
Kimi Code is your primary provider.\nYou speak plainly. You prefer short sentences.\
|
|
\ Brevity is a kindness.\n\nWork best on tight coding tasks: 1-3 file changes, refactors,\
|
|
\ tests, and implementation passes.\nRefusal over fabrication. If you do not know,\
|
|
\ say so.\nSovereignty and service always.\n"
|
|
providers:
|
|
kimi-coding:
|
|
base_url: https://api.kimi.com/coding/v1
|
|
timeout: 60
|
|
max_retries: 3
|