diff --git a/gns3server/agent/gns3_copilot/agent/gns3_copilot.py b/gns3server/agent/gns3_copilot/agent/gns3_copilot.py index 686051fc4..7ad55e63c 100644 --- a/gns3server/agent/gns3_copilot/agent/gns3_copilot.py +++ b/gns3server/agent/gns3_copilot/agent/gns3_copilot.py @@ -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