LICENSE
README.md
pyproject.toml
app/__init__.py
app/auth.py
app/config.py
app/main.py
app/scheduler.py
app/usage.py
app/mcp/__init__.py
app/memory/__init__.py
app/memory/embeddings.py
app/memory/retrieval.py
app/memory/structured.py
app/output/__init__.py
app/output/email.py
app/output/finding.py
app/output/inapp.py
app/output/invite_email.py
app/output/slack.py
app/prompts/__init__.py
app/prompts/blocks.py
app/prompts/builder.py
app/routes/__init__.py
app/routes/actions.py
app/routes/admin.py
app/routes/api_keys.py
app/routes/channels.py
app/routes/chat.py
app/routes/cron.py
app/routes/discover.py
app/routes/evaluations.py
app/routes/findings.py
app/routes/ga4_oauth.py
app/routes/monitors.py
app/routes/reports.py
app/routes/settings.py
app/sandbox/__init__.py
app/services/__init__.py
app/services/chart_params.py
app/services/cron_jobs.py
app/services/eval_signals.py
app/services/llm_judge.py
app/skills/__init__.py
app/workflows/__init__.py
app/workflows/monitor_runner.py
app/workflows/outbound.py
app/workflows/proactive.py
app/workflows/qa.py
app/workflows/report_builder.py
engageable/__init__.py
engageable.egg-info/PKG-INFO
engageable.egg-info/SOURCES.txt
engageable.egg-info/dependency_links.txt
engageable.egg-info/entry_points.txt
engageable.egg-info/requires.txt
engageable.egg-info/top_level.txt
engageable/mcp/__init__.py
engageable/mcp/__main__.py
engageable/mcp/credentials.py
engageable/mcp/formatter.py
engageable/mcp/oauth.py
engageable/mcp/server.py
engageable/skills/__init__.py
engageable/skills/base.py
engageable/skills/registry.py
engageable/skills/types.py
engageable/skills/analysis/__init__.py
engageable/skills/analysis/bayesian_ab.py
engageable/skills/analysis/cohort_retention.py
engageable/skills/analysis/correlation.py
engageable/skills/analysis/data_quality.py
engageable/skills/analysis/forecast.py
engageable/skills/analysis/power_analysis.py
engageable/skills/analysis/segment_comparison.py
engageable/skills/analysis/significance.py
engageable/skills/analysis/trend_detection.py
engageable/skills/analysis/utils.py
engageable/skills/composite/__init__.py
engageable/skills/composite/analyze_cohort.py
engageable/skills/composite/analyze_funnel.py
engageable/skills/composite/analyze_retention.py
engageable/skills/composite/analyze_trends.py
engageable/skills/composite/ask.py
engageable/skills/composite/compare_segments.py
engageable/skills/composite/configure_source.py
engageable/skills/composite/detect_anomalies.py
engageable/skills/composite/get_sources.py
engageable/skills/composite/helpers.py
engageable/skills/connectors/__init__.py
engageable/skills/connectors/ga4.py
engageable/skills/connectors/mixpanel.py
engageable/skills/connectors/posthog.py
engageable/skills/discovery/__init__.py
engageable/skills/discovery/website.py
tests/test_bayesian_ab.py
tests/test_chart_params.py
tests/test_cohort_retention.py
tests/test_correlation.py
tests/test_data_quality.py
tests/test_eval_signals.py
tests/test_forecast.py
tests/test_outbound_rules.py
tests/test_power_analysis.py
tests/test_prompt_builder.py
tests/test_segment_comparison.py
tests/test_significance.py
tests/test_trend_detection.py