Skip to content

Commit efde2b9

Browse files
authored
Add files via upload
1 parent 2b2ac0b commit efde2b9

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

agent/skills/core/autoimprove.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626

2727
# ── Skill metadata ─────────────────────────────────────────────────────────────
2828

29+
SKILL_TIMEOUT = 300 # overnight runs need up to 5 min for full audit+patch+test cycles
30+
31+
SKILL_TIMEOUT = 300 # overnight runs need up to 5 min for full audit+patch+test cycles
2932
NAME = "autoimprove"
3033
SHORT_DOC = "Overnight self-improvement loops — auto-fix dynamic skills, suggest patches for core skills, run research loops."
3134
DOC = (

0 commit comments

Comments
 (0)