README.md
pyproject.toml
src/__init__.py
src/api/__init__.py
src/api/server.py
src/core/__init__.py
src/core/config.py
src/core/crypto.py
src/core/i18n.py
src/core/jwt_auth.py
src/core/logger.py
src/data/__init__.py
src/data/glossary.py
src/data/glossary_fr.py
src/data/rag_eval.py
src/data/seed.py
src/intelai.egg-info/PKG-INFO
src/intelai.egg-info/SOURCES.txt
src/intelai.egg-info/dependency_links.txt
src/intelai.egg-info/top_level.txt
src/services/__init__.py
src/services/board_report.py
src/services/entity_extractor.py
src/services/financial.py
src/services/forecasting.py
src/services/graph_retrieval.py
src/services/hr.py
src/services/hybrid_retrieval.py
src/services/insights.py
src/services/it_ops.py
src/services/lightning_studio.py
src/services/llm_router.py
src/services/logistics.py
src/services/omnismart_chatbot.py
src/services/operations.py
src/services/pg_store.py
src/services/security.py
src/services/tools.py
src/services/vector_store.py
src/utils/__init__.py
tests/test_all_endpoints_dynamic.py
tests/test_api.py
tests/test_board_report.py
tests/test_chat.py
tests/test_live_llm.py
tests/test_rag_eval.py
tests/test_smoke.py
tests/test_tools.py
tests/test_unit_chatbot.py
tests/test_unit_hybrid_retrieval.py
tests/test_unit_llm_router.py
tests/test_vector_store.py