Remove deprecated workflow parameters and associated files

- Deleted the `__init__.py`, `cli.py`, `extension_manager.py`, `integration_example.py`, `README.md`, `simple_test.py`, `test_parser.py`, `verify_workflow.py`, and `workflow_parser.py` files as they are no longer needed.
- Updated `.gitignore` to exclude new output files and test scripts.
- Cleaned up the node processors directory by removing all processor implementations and their registration logic.
This commit is contained in:
Will Miao
2025-03-22 20:43:17 +08:00
parent e566484a17
commit 3da35cf0db
34 changed files with 976 additions and 1391 deletions

4
.gitignore vendored
View File

@@ -1,2 +1,4 @@
__pycache__/
settings.json
settings.json
output/*
py/run_test.py