LICENSE
MANIFEST.in
README.md
README_PROFESSIONAL.md
pyproject.toml
pyproject_pypi.toml
setup.py
config/text2sql_ltm.ini
config/text2sql_ltm.yaml
docs/COMPONENT_INTERACTION_ANALYSIS.md
docs/DEPLOYMENT_CHECKLIST.md
docs/FINAL_DEPLOYMENT_SUMMARY.md
docs/INNOVATION_SUMMARY.md
docs/OBFUSCATED_DEPLOYMENT_SUMMARY.md
docs/api/agent.md
examples/advanced_features.py
examples/advanced_features_demo.py
examples/basic_usage.py
examples/production_deployment.py
scripts/advanced_whl_obfuscate.py
scripts/deploy_to_pypi.py
scripts/evaluate_codebase.py
scripts/final_whl_obfuscate.py
scripts/fix_pydantic.py
scripts/obfuscate.py
scripts/reliable_whl_obfuscate.py
scripts/robust_obfuscate.py
scripts/simple_deploy.py
scripts/simple_obfuscate.py
scripts/simple_whl_protect.py
src/ai_prishtina_text2sql_ltm.egg-info/PKG-INFO
src/ai_prishtina_text2sql_ltm.egg-info/SOURCES.txt
src/ai_prishtina_text2sql_ltm.egg-info/dependency_links.txt
src/ai_prishtina_text2sql_ltm.egg-info/not-zip-safe
src/ai_prishtina_text2sql_ltm.egg-info/requires.txt
src/ai_prishtina_text2sql_ltm.egg-info/top_level.txt
src/text2sql_ltm/__init__.py
src/text2sql_ltm/agent.py
src/text2sql_ltm/cli.py
src/text2sql_ltm/config.py
src/text2sql_ltm/context.py
src/text2sql_ltm/exceptions.py
src/text2sql_ltm/factory.py
src/text2sql_ltm/schema.py
src/text2sql_ltm/session.py
src/text2sql_ltm/types.py
src/text2sql_ltm/ai_features/__init__.py
src/text2sql_ltm/ai_features/config.py
src/text2sql_ltm/ai_features/explainer.py
src/text2sql_ltm/ai_features/multimodal.py
src/text2sql_ltm/ai_features/query_translator.py
src/text2sql_ltm/ai_features/schema_discovery.py
src/text2sql_ltm/ai_features/security_analyzer.py
src/text2sql_ltm/ai_features/sql_validator.py
src/text2sql_ltm/ai_features/test_generator.py
src/text2sql_ltm/config/__init__.py
src/text2sql_ltm/config/agent.py
src/text2sql_ltm/config/base.py
src/text2sql_ltm/config/memory.py
src/text2sql_ltm/config/monitoring.py
src/text2sql_ltm/config/performance.py
src/text2sql_ltm/config/security.py
src/text2sql_ltm/llm/__init__.py
src/text2sql_ltm/llm/base.py
src/text2sql_ltm/llm/factory.py
src/text2sql_ltm/llm/openai_provider.py
src/text2sql_ltm/memory/__init__.py
src/text2sql_ltm/memory/manager.py
src/text2sql_ltm/rag/__init__.py
src/text2sql_ltm/rag/adaptive_rag.py
src/text2sql_ltm/rag/augmentor.py
src/text2sql_ltm/rag/embeddings.py
src/text2sql_ltm/rag/manager.py
src/text2sql_ltm/rag/query_rag.py
src/text2sql_ltm/rag/retriever.py
src/text2sql_ltm/rag/schema_rag.py
src/text2sql_ltm/rag/vector_store.py
tests/conftest.py
tests/test_advanced_features.py
tests/test_component_integration.py
tests/test_comprehensive.py
tests/test_edge_cases.py
tests/test_integration.py