kin: auto-commit after pipeline

This commit is contained in:
Gros Frumos 2026-03-17 22:09:29 +02:00
parent 4f1dfbf10f
commit c54849cf20
3 changed files with 170 additions and 25 deletions

View file

@ -32,9 +32,9 @@ _EXTRA_PATH_DIRS = [
# Default timeouts per model (seconds). Override globally with KIN_AGENT_TIMEOUT
# or per role via timeout_seconds in specialists.yaml.
_MODEL_TIMEOUTS = {
"opus": 1800, # 30 min
"sonnet": 1200, # 20 min
"haiku": 600, # 10 min
"opus": 2400, # 40 min
"sonnet": 2400, # 40 min
"haiku": 1200, # 20 min
}