refactor: split flat core into capability packages, layer the conversations service, English defaults for every model-facing text
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user