LICENSE
README.md
logger_config.py
pyproject.toml
analyst/__init__.py
analyst/cli.py
analyst/contract.md
analyst/llm_openrouter.py
analyst/notebook.py
analyst/render.py
analyst/replay.py
analyst/report.py
analyst/session.py
analyst/tools.py
bambooai/__init__.py
bambooai/bambooai.py
bambooai/cli.py
bambooai/code_executor.py
bambooai/context_retrieval.py
bambooai/embeddings.py
bambooai/executor_client.py
bambooai/google_search.py
bambooai/kernel_client.py
bambooai/knowledge_pack.py
bambooai/ledger.py
bambooai/log_manager.py
bambooai/output_manager.py
bambooai/synthesis_infographic.py
bambooai/template_formatting.py
bambooai/utils.py
bambooai/web_output_manager.py
bambooai.egg-info/PKG-INFO
bambooai.egg-info/SOURCES.txt
bambooai.egg-info/dependency_links.txt
bambooai.egg-info/entry_points.txt
bambooai.egg-info/requires.txt
bambooai.egg-info/top_level.txt
bambooai/db/__init__.py
bambooai/db/local_store.py
bambooai/db/supabase_client.py
bambooai/messages/__init__.py
bambooai/messages/default_prompts.yaml
bambooai/messages/prompts.py
bambooai/models/__init__.py
bambooai/models/anthropic_models.py
bambooai/models/deepseek_models.py
bambooai/models/gemini_models.py
bambooai/models/gemini_models_openai.py
bambooai/models/grok_models.py
bambooai/models/groq_models.py
bambooai/models/local_models.py
bambooai/models/mistral_models.py
bambooai/models/ollama_models.py
bambooai/models/openai_models.py
bambooai/models/openai_responses_models.py
bambooai/models/openrouter_models.py
bambooai/models/prompt_cache.py
bambooai/models/resilience.py
bambooai/models/vllm_models.py
containers/executor/Dockerfile
containers/executor/__init__.py
containers/executor/code_executor_api.py
containers/executor/dataio.py
containers/executor/executor.py
containers/executor/healthcheck.py
containers/executor/kernel.py
containers/executor/kernel_service.py
containers/executor/logger_config.py
containers/executor/requirements.txt
delve/__init__.py
delve/codeutils.py
delve/kernel.py
docs/PYPI_README.md
orchestration/__init__.py
orchestration/container_manager.py
orchestration/main_app_integration.py
orchestration/orchestrator_api.py
orchestration/orchestrator_gunicorn.conf.py
web_app/LLM_CONFIG_template.json
web_app/__init__.py
web_app/add_cache_pricing.py
web_app/agent_instructions_routes.py
web_app/app.py
web_app/chain_replay_utils.py
web_app/cleanup.py
web_app/container_status_routes.py
web_app/dataframe_routes.py
web_app/labels_routes.py
web_app/llm_config_builder.py
web_app/llm_config_routes.py
web_app/replay_routes.py
web_app/subscription_routes.py
web_app/usage_tracking_routes.py
web_app/webapp_gunicorn.conf.py
web_app/auth/__init__.py
web_app/auth/auth_handler.py
web_app/auth/supabase_client.py
web_app/integrations/__init__.py
web_app/integrations/cache_manager.py
web_app/integrations/endura.py
web_app/integrations/intervals.py
web_app/integrations/sweatstack.py
web_app/ontologies/intervals_icu_ontology.ttl
web_app/static/css/_retired.css
web_app/static/css/base.css
web_app/static/css/components.css
web_app/static/css/dialogs.css
web_app/static/css/pane.css
web_app/static/css/shell.css
web_app/static/css/styles.css
web_app/static/css/tabs.css
web_app/static/css/tokens.css
web_app/static/css/tool-call-styles.css
web_app/static/image/endura-favicon.png
web_app/static/image/favicon.svg
web_app/static/image/intervals-favicon.png
web_app/static/image/logo_dark.svg
web_app/static/image/logo_light.svg
web_app/static/image/sweatstack-favicon.svg
web_app/static/js/agent-instructions.js
web_app/static/js/api-keys.js
web_app/static/js/auth.js
web_app/static/js/compression-utils.js
web_app/static/js/container-status.js
web_app/static/js/content-rendering.js
web_app/static/js/core.js
web_app/static/js/data-grid.js
web_app/static/js/dataset-manager.js
web_app/static/js/file-management.js
web_app/static/js/labels.js
web_app/static/js/memory-review.js
web_app/static/js/pdf-export.js
web_app/static/js/query-processing.js
web_app/static/js/stream-pane.js
web_app/static/js/subscription.js
web_app/static/js/ui-controls.js
web_app/static/js/usage-tracking.js
web_app/static/js/workflow-management.js
web_app/static/js/workflow-modal.js
web_app/static/js/workflow-replay.js
web_app/static/js/workflowGraph.js
web_app/static/js/workspace-gate.js
web_app/static/js/integrations/endura.js
web_app/static/js/integrations/intervals.js
web_app/static/js/integrations/sweatstack.js
web_app/templates/index.html