A framework for defining, visualizing, and editing workflow graphs.
- Python-based workflow definition with Node, Edge, and Graph classes
- JSON serialization to .awf.json format
- Web-based workflow editor and visualizer
- Interactive graph editing capabilities
- Define workflow components in Python using the core classes
- Create workflow graphs programmatically or using the web editor
- Save and load workflows in .awf.json format
cd src/web
npm init -y
npm install react@latest react-dom@latest reactflow@latest
npm install --save-dev webpack webpack-cli webpack-dev-server babel-loader @babel/core @babel/preset-env @babel/preset-react style-loader css-loader