README.md
pyproject.toml
agents/__init__.py
agents/agente_web.py
agents/analista_ventas.py
agents/experto_estudios.py
agents/references_collector.py
agents/synthesizer.py
agents/text_sql.py
api/__init__.py
api/bot_framework.py
api/main.py
api/marcas_engine.py
api/market_study_engine.py
api/research_engine.py
api/sales_engine.py
api/search_engine.py
config/__init__.py
config/params.py
config/prompts.py
core/__init__.py
core/base_agent.py
core/base_bot.py
core/base_engine.py
core/base_node.py
main/__init__.py
main/marcas_bot.py
main/market_study_bot.py
main/research_bot.py
main/sales_bot.py
main/search_bot.py
marcas_bot.egg-info/PKG-INFO
marcas_bot.egg-info/SOURCES.txt
marcas_bot.egg-info/dependency_links.txt
marcas_bot.egg-info/entry_points.txt
marcas_bot.egg-info/requires.txt
marcas_bot.egg-info/top_level.txt
models/__init__.py
models/agentic_llm.py
models/databricks_llm.py
nodes/__init__.py
nodes/market_study.py
nodes/references_collector.py
nodes/research_team.py
nodes/sales.py
nodes/search.py
nodes/sell_in_genie.py
nodes/supervisor.py
nodes/synthesizer.py
schemas/__init__.py
schemas/api_query_request.py
schemas/filter_studies_input.py
schemas/messages_state.py
schemas/polars_analysis_input.py
schemas/rag_input.py
tests/test_e2e_quality.py
tests/test_full_integration.py
tests/test_polars_parsing.py
tests/test_sales_short_circuit.py
tests/test_session_memory.py
tools/__init__.py
tools/filter_studies.py
tools/polars_data_tool.py
tools/rag.py
tools/web_search.py
utils/__init__.py
utils/data_registry.py
utils/filter_studies.py
utils/lazy_load.py
utils/logger.py
utils/memory_manager.py
utils/mlflow_cleanup.py
utils/polars_analytics.py
utils/polars_forecasting.py
utils/rag.py
utils/reference_extractor.py
utils/session_manager.py
utils/summarizer.py
utils/tavily.py