MANIFEST.in
README.md
pyproject.toml
flowk/__init__.py
flowk/cli.py
flowk/debugger.py
flowk/exceptions.py
flowk/executor.py
flowk/graph.py
flowk/memory.py
flowk/metrics.py
flowk/node.py
flowk/server.py
flowk/state.py
flowk/storage.py
flowk/utils.py
flowk/visualization.py
flowk.egg-info/PKG-INFO
flowk.egg-info/SOURCES.txt
flowk.egg-info/dependency_links.txt
flowk.egg-info/entry_points.txt
flowk.egg-info/requires.txt
flowk.egg-info/top_level.txt
flowk/plugins/__init__.py
flowk/plugins/base.py
flowk/plugins/llm.py
flowk/plugins/logger.py
flowk/plugins/storage.py
flowk/ui/__init__.py
flowk/ui/dashboard.py
tests/test_core.py