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 f4043a7bfd
commit ac4a8d1fae
38 changed files with 1302 additions and 935 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
from datetime import UTC, datetime, timedelta
from pathlib import Path
from curator import Watched, briefing, last_run, new_replies
from beaver_agent.memory.curator import Watched, briefing, last_run, new_replies
def test_last_run_reads_first_line_or_default(tmp_path: Path) -> None: