Add stuck initiatives audit report

This commit is contained in:
Ezra
2026-04-03 22:42:06 +00:00
parent dc3d975c2f
commit 56aa692d1c
1267 changed files with 1263232 additions and 0 deletions

63
home/config.yaml Normal file
View File

@@ -0,0 +1,63 @@
# Ezra Configuration - Kimi Primary (Anthropic FIRED)
model:
default: kimi-for-coding
provider: kimi-coding
providers:
kimi-coding:
base_url: https://api.kimi.com/coding/v1
timeout: 60
max_retries: 3
# LOCAL FALLBACK ONLY
fallback_providers:
- provider: ollama
model: qwen2.5:7b
base_url: http://localhost:11434
timeout: 120
reason: "Local offline fallback only"
toolsets:
- all
max_turns: 111
terminal:
backend: local
cwd: .
timeout: 180
browser:
inactivity_timeout: 120
compression:
enabled: true
threshold: 0.77
summary_model: qwen2.5:7b
display:
compact: false
personality: kawaii
tool_progress: all
# === PLATFORMS ===
platforms:
api_server:
enabled: true
extra:
host: 127.0.0.1
port: 8643
# === CRON ===
cron:
wrap_response: true
# === SESSION RESET ===
session_reset:
mode: both
idle_minutes: 1440
at_hour: 4
_config_version: 10