|
@@ -25,7 +25,7 @@ from typing import Any
|
|
|
from agent import tool
|
|
from agent import tool
|
|
|
from examples.demand.demand_agent_context import TopicBuildAgentContext
|
|
from examples.demand.demand_agent_context import TopicBuildAgentContext
|
|
|
from examples.demand.log_capture import log
|
|
from examples.demand.log_capture import log
|
|
|
-import pattern_service
|
|
|
|
|
|
|
+from examples.demand.pattern_builds import pattern_service
|
|
|
|
|
|
|
|
|
|
|
|
|
def _log_tool_input(tool_name: str, params: dict):
|
|
def _log_tool_input(tool_name: str, params: dict):
|