refactor: split flat core into capability packages, layer the conversations service, English defaults for every model-facing text

This commit is contained in:
hh
2026-09-02 00:13:20 +02:00
parent 253bde1b11
commit 9aaddbed75
77 changed files with 2987 additions and 2944 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ from pathlib import Path
import pytest
from beaver_gateway.core.policy import Deny, ToolCall, brief, evaluate, hook_output
from beaver_gateway.agents.policy import Deny, ToolCall, brief, evaluate, hook_output
def call(tool: str, **tool_input) -> ToolCall: