Skip to content

Commit e258547

Browse files
committed
fix pre-commit
1 parent 9ff1166 commit e258547

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

agents/matmaster_agent/sub_agents/structure_search_agent/agent.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
from google.adk.agents import BaseAgent
33
from google.adk.tools.mcp_tool.mcp_session_manager import StreamableHTTPServerParams
44

5-
from agents.matmaster_agent.constant import LOCAL_EXECUTOR, BohriumStorge
65
from agents.matmaster_agent.core_agents.public_agents.sync_agent import (
76
BaseSyncAgentWithToolValidator,
87
)
98
from agents.matmaster_agent.sub_agents.MrDice_agent.constant import MrDice_Agent_Name
109
from 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

1716
mcp_params = StreamableHTTPServerParams(
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import 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

55
STRUCTURE_SEARCH_AGENT_NAME = 'structure_search_agent'
66

@@ -10,4 +10,4 @@
1010
STRUCTURE_SEARCH_URL = 'http://chvz1424099.bohrium.tech:50002/mcp?token=eGdk3puy52InRnuOuEbJdGACkos34rSOluFbQqL1HDQ'
1111

1212
STRUCTURE_SEARCH_EXECUTOR = copy.deepcopy(DFlowExecutor)
13-
STRUCTURE_SEARCH_STORAGE = copy.deepcopy(BohriumStorge)
13+
STRUCTURE_SEARCH_STORAGE = copy.deepcopy(BohriumStorge)

0 commit comments

Comments
 (0)