WIP: STILL FIXING FUNDAMENTAL TRASH
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
import sys
|
||||
import os
|
||||
import ai_client
|
||||
from src import ai_client
|
||||
|
||||
# Ensure project root is in path
|
||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..")))
|
||||
sys.path.append(os.path.abspath(os.path.join(os.path.dirname(__file__), "..", "src")))
|
||||
|
||||
from ai_client import set_agent_tools, _build_anthropic_tools
|
||||
from src.ai_client import set_agent_tools, _build_anthropic_tools
|
||||
|
||||
def test_set_agent_tools() -> None:
|
||||
agent_tools = {"read_file": True, "list_directory": False}
|
||||
|
||||
Reference in New Issue
Block a user