feat(agent): remove GNS3TopologyTool from available tools list

The GNS3TopologyTool has been removed from the list of available tools for the agent. This change simplifies the toolset by eliminating a tool that is no longer needed or supported in the current workflow.
This commit is contained in:
YueGuobin 2026-03-05 10:55:10 +08:00
parent 7fcdb57615
commit 33df674cbf

View File

@ -76,7 +76,6 @@ logger = logging.getLogger(__name__)
# Define the available tools for the agent
tools = [
GNS3TemplateTool(), # Get GNS3 node templates
GNS3TopologyTool(), # Read GNS3 topology information
GNS3CreateNodeTool(), # Create new nodes in GNS3
GNS3LinkTool(), # Create links between nodes
GNS3StartNodeTool(), # Start GNS3 nodes