LICENSE
README.md
pyproject.toml
koode_taskgraph.egg-info/PKG-INFO
koode_taskgraph.egg-info/SOURCES.txt
koode_taskgraph.egg-info/dependency_links.txt
koode_taskgraph.egg-info/entry_points.txt
koode_taskgraph.egg-info/requires.txt
koode_taskgraph.egg-info/top_level.txt
taskgraph/__init__.py
taskgraph/__main__.py
taskgraph/app.py
taskgraph/cli.py
taskgraph/core/__init__.py
taskgraph/core/executor.py
taskgraph/core/model.py
taskgraph/core/registry.py
taskgraph/core/serialization.py
taskgraph/nodes/__init__.py
taskgraph/nodes/builtin.py
taskgraph/ui/__init__.py
taskgraph/ui/items.py
taskgraph/ui/main_window.py
taskgraph/ui/plugins.py
taskgraph/ui/properties.py
taskgraph/ui/scene.py
taskgraph/ui/theme.py
tests/test_core.py
tests/test_gui_plugins.py