refactor: split config.py into the beaver_agent package (vault, prompts, skills, policy, hands, agents, frontends, texts, memory, jobs)

This commit is contained in:
hh
2026-09-02 00:24:31 +02:00
parent f161d6a46d
commit 3b2f5057da
38 changed files with 1302 additions and 935 deletions
+7 -1
View File
@@ -1,6 +1,12 @@
from datetime import timedelta
from mcps.komodo_alerts import HOLD, AlertMemory, describe, parse, still_bad
from beaver_agent.hands.komodo_alerts import (
HOLD,
AlertMemory,
describe,
parse,
still_bad,
)
def alert(kind, *, resolved=False, level="CRITICAL", **data):