LICENSE.txt
MANIFEST.in
README.md
build-config.json
pyproject.toml
requirements.txt
setup.py
src/matrice_vss/__init__.py
src/matrice_vss/main.py
src/matrice_vss/py.typed
src/matrice_vss/requirements.txt
src/matrice_vss.egg-info/PKG-INFO
src/matrice_vss.egg-info/SOURCES.txt
src/matrice_vss.egg-info/dependency_links.txt
src/matrice_vss.egg-info/not-zip-safe
src/matrice_vss.egg-info/requires.txt
src/matrice_vss.egg-info/top_level.txt
src/matrice_vss/agents/__init__.py
src/matrice_vss/agents/response_composer.py
src/matrice_vss/agents/routing_agent.py
src/matrice_vss/agents/sql_agent.py
src/matrice_vss/agents/vlm_agent.py
src/matrice_vss/api/__init__.py
src/matrice_vss/api/dependencies.py
src/matrice_vss/api/routes.py
src/matrice_vss/api/schemas.py
src/matrice_vss/config/__init__.py
src/matrice_vss/config/applications.yaml
src/matrice_vss/config/logging_config.py
src/matrice_vss/config/models.yaml
src/matrice_vss/config/settings.py
src/matrice_vss/inference/__init__.py
src/matrice_vss/inference/llm_client.py
src/matrice_vss/inference/vlm_client.py
src/matrice_vss/orchestration/__init__.py
src/matrice_vss/orchestration/graph.py
src/matrice_vss/orchestration/scheduler.py
src/matrice_vss/orchestration/state.py
src/matrice_vss/scripts/test_connections.py
src/matrice_vss/scripts/test_vlm_path.py
src/matrice_vss/scripts/vss_demo_app.py
src/matrice_vss/scripts/vss_demo_streamlit.py
src/matrice_vss/storage/__init__.py
src/matrice_vss/storage/cache.py
src/matrice_vss/storage/clickhouse_client.py
src/matrice_vss/tests/__init__.py
src/matrice_vss/tests/conftest.py
src/matrice_vss/tests/run_tests.py
src/matrice_vss/tests/shared.py
src/matrice_vss/tests/test_agents/__init__.py
src/matrice_vss/tests/test_agents/test_llm_init.py
src/matrice_vss/tests/test_agents/test_routing.py
src/matrice_vss/tests/test_agents/test_sql_agent.py
src/matrice_vss/tests/test_e2e/__init__.py
src/matrice_vss/tests/test_e2e/test_api.py
src/matrice_vss/tests/test_e2e/test_mode1_flow.py
src/matrice_vss/tests/test_orchestration/__init__.py
src/matrice_vss/tests/test_orchestration/test_graph.py
src/matrice_vss/utils/__init__.py
src/matrice_vss/utils/errors.py
src/matrice_vss/utils/logging.py