Skip to content

Commit eafbdc3

Browse files
committed
refactor:重构导入路径以简化wait_for_frontend_tool_result的位置
1 parent eca5ba7 commit eafbdc3

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

  • agents/matmaster_agent/flow_agents

agents/matmaster_agent/flow_agents/agent.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from asyncio import CancelledError
66
from typing import AsyncGenerator
77

8+
from app.tools import wait_for_frontend_tool_result
89
from google.adk.agents import InvocationContext, LlmAgent
910
from google.adk.events import Event
1011
from opik.integrations.adk import track_adk_agent_recursive
@@ -122,9 +123,6 @@
122123
PLAN,
123124
UPLOAD_FILE,
124125
)
125-
from agents.matmaster_agent.sub_agents.built_in_agent.demo_frontend_agent import (
126-
wait_for_frontend_tool_result,
127-
)
128126
from agents.matmaster_agent.sub_agents.mapping import (
129127
AGENT_CLASS_MAPPING,
130128
ALL_AGENT_TOOLS_LIST,

0 commit comments

Comments
 (0)