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,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:
|
||||
|
||||
Reference in New Issue
Block a user