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
+2 -2
View File
@@ -35,9 +35,9 @@ from pathlib import Path
HERE = Path(__file__).resolve().parent
sys.path.insert(0, str(HERE.parent))
from beaver_gateway.core.prompt import assemble # noqa: E402
from beaver_gateway.agents.prompts import assemble # noqa: E402
from recall import People # noqa: E402
from beaver_agent.memory.recall import People # noqa: E402
VAULT = Path.home() / "Documents/obsidian/hh"
BEAVER = VAULT / "мета/бобер"