LICENSE
README.md
pyproject.toml
stat_agent/__init__.py
stat_agent.egg-info/PKG-INFO
stat_agent.egg-info/SOURCES.txt
stat_agent.egg-info/dependency_links.txt
stat_agent.egg-info/entry_points.txt
stat_agent.egg-info/requires.txt
stat_agent.egg-info/top_level.txt
stat_agent/agent/__init__.py
stat_agent/agent/clarification_context.py
stat_agent/agent/conversation_orchestrator.py
stat_agent/agent/error_reflection.py
stat_agent/agent/executor.py
stat_agent/agent/llm_backend.py
stat_agent/agent/memory.py
stat_agent/agent/model_config.py
stat_agent/agent/notebook_logger.py
stat_agent/agent/pipeline_executor.py
stat_agent/agent/prompt_logger.py
stat_agent/agent/query_planner.py
stat_agent/agent/skill_filter.py
stat_agent/agent/skill_registry.py
stat_agent/agent/skill_verifier.py
stat_agent/agent/spatial_agent_core.py
stat_agent/agent/tools.py
stat_agent/core/__init__.py
stat_agent/core/data_slice.py
stat_agent/core/roi_manager.py
stat_agent/core/session.py
stat_agent/functions/__init__.py
stat_agent/functions/io.py
stat_agent/web/__init__.py
stat_agent/web/app.py
stat_agent/web/static/css/style.css
stat_agent/web/static/js/app.js
stat_agent/web/templates/index.html
tests/test_celltype_optional.py
tests/test_llm_skill_matching.py
tests/test_new_pipeline.py
tests/test_niche_detection_integration.py