refactor: split config.py into the beaver_agent package (vault, prompts, skills, policy, hands, agents, frontends, texts, memory, jobs)
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user