File tree Expand file tree Collapse file tree
agents/matmaster_agent/sub_agents/structure_search_agent Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22from google .adk .agents import BaseAgent
33from google .adk .tools .mcp_tool .mcp_session_manager import StreamableHTTPServerParams
44
5- from agents .matmaster_agent .constant import LOCAL_EXECUTOR , BohriumStorge
65from agents .matmaster_agent .core_agents .public_agents .sync_agent import (
76 BaseSyncAgentWithToolValidator ,
87)
98from agents .matmaster_agent .sub_agents .MrDice_agent .constant import MrDice_Agent_Name
109from agents .matmaster_agent .sub_agents .structure_search_agent .constant import (
1110 STRUCTURE_SEARCH_AGENT_NAME ,
12- STRUCTURE_SEARCH_URL ,
1311 STRUCTURE_SEARCH_EXECUTOR ,
14- STRUCTURE_SEARCH_STORAGE
12+ STRUCTURE_SEARCH_STORAGE ,
13+ STRUCTURE_SEARCH_URL ,
1514)
1615
1716mcp_params = StreamableHTTPServerParams (
Original file line number Diff line number Diff line change 11import copy
22
3- from agents .matmaster_agent .constant import CURRENT_ENV , DFlowExecutor , BohriumStorge
3+ from agents .matmaster_agent .constant import CURRENT_ENV , BohriumStorge , DFlowExecutor
44
55STRUCTURE_SEARCH_AGENT_NAME = 'structure_search_agent'
66
1010 STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50002/mcp?token=eGdk3puy52InRnuOuEbJdGACkos34rSOluFbQqL1HDQ'
1111
1212STRUCTURE_SEARCH_EXECUTOR = copy .deepcopy (DFlowExecutor )
13- STRUCTURE_SEARCH_STORAGE = copy .deepcopy (BohriumStorge )
13+ STRUCTURE_SEARCH_STORAGE = copy .deepcopy (BohriumStorge )
You can’t perform that action at this time.
0 commit comments