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