LICENSE
README.md
pyproject.toml
spl_flow.egg-info/PKG-INFO
spl_flow.egg-info/SOURCES.txt
spl_flow.egg-info/dependency_links.txt
spl_flow.egg-info/entry_points.txt
spl_flow.egg-info/requires.txt
spl_flow.egg-info/top_level.txt
src/__init__.py
src/api.py
src/cli.py
src/db/__init__.py
src/db/sqlite_store.py
src/flows/__init__.py
src/flows/benchmark_flow.py
src/flows/spl_flow.py
src/nodes/__init__.py
src/nodes/benchmark.py
src/nodes/deliver.py
src/nodes/execute_spl.py
src/nodes/text2spl.py
src/nodes/validate_spl.py
src/rag/__init__.py
src/rag/chroma_store.py
src/rag/factory.py
src/rag/faiss_store.py
src/rag/store.py
src/ui/__init__.py
src/ui/streamlit/__init__.py
src/ui/streamlit/⚡SPL_Flow_App.py
src/ui/streamlit/pages/1_Chat.py
src/ui/streamlit/pages/2_Review.py
src/ui/streamlit/pages/3_Benchmark.py
src/ui/streamlit/pages/4_Settings.py
src/utils/__init__.py
src/utils/logging_config.py
src/utils/model_catalog.py
src/utils/model_router.py
src/utils/page_helpers.py
src/utils/spl_templates.py