LICENSE
README.md
pyproject.toml
spl/__init__.py
spl/analyzer.py
spl/ast_nodes.py
spl/cli.py
spl/code_rag.py
spl/config.py
spl/executor.py
spl/explain.py
spl/functions.py
spl/ir.py
spl/lexer.py
spl/optimizer.py
spl/parser.py
spl/stdlib.py
spl/token_counter.py
spl/tokens.py
spl/tools.py
spl/adapters/__init__.py
spl/adapters/anthropic.py
spl/adapters/azure_openai.py
spl/adapters/base.py
spl/adapters/bedrock.py
spl/adapters/claude_cli.py
spl/adapters/dd_llm_bridge.py
spl/adapters/deepseek.py
spl/adapters/echo.py
spl/adapters/gemini_cli.py
spl/adapters/google.py
spl/adapters/momagrid.py
spl/adapters/ollama.py
spl/adapters/openai.py
spl/adapters/openrouter.py
spl/adapters/qwen.py
spl/adapters/vertex.py
spl/storage/__init__.py
spl/storage/memory.py
spl/storage/storage_conn.py
spl/storage/vector.py
spl/ui/streamlit/SPL_UI.py
spl/ui/streamlit/code_rag_bridge.py
spl/ui/streamlit/db.py
spl/ui/streamlit/spl3_rag_bridge.py
spl/ui/streamlit/pages/1_⚡_Text2SPL.py
spl/ui/streamlit/pages/2_📚_Review.py
spl/ui/streamlit/pages/3_🔍_Code_RAG.py
spl/ui/streamlit/pages/4_🔧_SPLc.py
spl/ui/streamlit/pages/5_📄_Target_Review.py
spl3/__init__.py
spl3/_loader.py
spl3/ast_nodes.py
spl3/cli.py
spl3/code_rag.py
spl3/composer.py
spl3/event.py
spl3/executor.py
spl3/hub_registry.py
spl3/image_ops.py
spl3/parser.py
spl3/peer.py
spl3/registry.py
spl3/spl2mmd.py
spl3/status.py
spl3/types.py
spl3/adapters/__init__.py
spl3/adapters/base_multimodal.py
spl3/adapters/dd_llm_bridge.py
spl3/adapters/liquid.py
spl3/adapters/snap.py
spl3/codecs/__init__.py
spl3/codecs/audio_codec.py
spl3/codecs/image_codec.py
spl3/codecs/video_codec.py
spl3/compare/__init__.py
spl3/compare/engine.py
spl3/compare/report.py
spl3/compare/types.py
spl3/compare/utils.py
spl3/compare/tiers/__init__.py
spl3/compare/tiers/character.py
spl3/compare/tiers/embedding.py
spl3/compare/tiers/ged.py
spl3/compare/tiers/semantic.py
spl3/compare/tiers/structural.py
spl3/compare/tiers/syntactic.py
spl3/rag/__init__.py
spl3/rag/index_recipes.py
spl3/rag/search.py
spl3/splc/cli.py
spl3/splc/transpiler_go.py
spl3/splc/transpiler_langgraph.py
spl3/splc/transpiler_pocketflow.py
spl3/splc/transpiler_ts.py
spl3/text2spl/__init__.py
spl3/ui/streamlit/SPL_UI.py
spl3/ui/streamlit/code_rag_bridge.py
spl3/ui/streamlit/db.py
spl3/ui/streamlit/spl3_rag_bridge.py
spl3/ui/streamlit/pages/1_⚡_Text2SPL.py
spl3/ui/streamlit/pages/2_📚_Review.py
spl3/ui/streamlit/pages/3_🔍_Code_RAG.py
spl3/ui/streamlit/pages/4_🔧_SPLc.py
spl3/ui/streamlit/pages/5_📄_Target_Review.py
spl_llm.egg-info/PKG-INFO
spl_llm.egg-info/SOURCES.txt
spl_llm.egg-info/dependency_links.txt
spl_llm.egg-info/entry_points.txt
spl_llm.egg-info/requires.txt
spl_llm.egg-info/top_level.txt
tests/test_adapters.py
tests/test_analyzer.py
tests/test_cli.py
tests/test_code_rag.py
tests/test_event.py
tests/test_executor.py
tests/test_explain.py
tests/test_integration.py
tests/test_ir.py
tests/test_lexer.py
tests/test_optimizer.py
tests/test_parser.py
tests/test_registry.py
tests/test_status_mapping.py
tests/test_storage.py
tests/test_text2spl.py
tests/test_types.py