kin: auto-commit after pipeline
This commit is contained in:
parent
4f1dfbf10f
commit
c54849cf20
3 changed files with 170 additions and 25 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue