LICENSE
README.md
pyproject.toml
src/krnel/cli.py
src/krnel/logging.py
src/krnel/py.typed
src/krnel/graph/__init__.py
src/krnel/graph/classifier_ops.py
src/krnel/graph/dataset_ops.py
src/krnel/graph/graph_diff.py
src/krnel/graph/graph_transformations.py
src/krnel/graph/grouped_ops.py
src/krnel/graph/llm_ops.py
src/krnel/graph/op_spec.py
src/krnel/graph/repr_html.py
src/krnel/graph/types.py
src/krnel/graph/viz_ops.py
src/krnel/runners/__init__.py
src/krnel/runners/base_runner.py
src/krnel/runners/cached_runner.py
src/krnel/runners/local_runner.py
src/krnel/runners/model_registry.py
src/krnel/runners/op_status.py
src/krnel/viz/__init__.py
src/krnel/viz/umap_viz.py
src/krnel_graph.egg-info/PKG-INFO
src/krnel_graph.egg-info/SOURCES.txt
src/krnel_graph.egg-info/dependency_links.txt
src/krnel_graph.egg-info/entry_points.txt
src/krnel_graph.egg-info/requires.txt
src/krnel_graph.egg-info/top_level.txt
tests/test_graph.py
tests/test_graph_transformations.py
tests/test_local_arrow_runner.py