tooluniverse.tool_graph_web_ui module

Tool Graph Web UI

A Flask-based web application for visualizing and exploring the tool composition graph generated by ToolGraphComposer.

class tooluniverse.tool_graph_web_ui.ToolGraphWebUI[source]

Bases: object

Web interface for visualizing tool composition graphs.

__init__(graph_data_path=None)[source]
run(host='0.0.0.0', port=5000, debug=True)[source]

Run the web application.

tooluniverse.tool_graph_web_ui.create_web_ui_files()[source]

Create the necessary HTML, CSS, and JS files for the web UI.