LICENSE
README.md
pyproject.toml
src/clsplusplus/__init__.py
src/clsplusplus/abuse_guard.py
src/clsplusplus/actor_critic.py
src/clsplusplus/admin_kpis.py
src/clsplusplus/agent_orchestrator.py
src/clsplusplus/agent_routes.py
src/clsplusplus/agent_scheduler.py
src/clsplusplus/api.py
src/clsplusplus/api_usage_analytics.py
src/clsplusplus/auth.py
src/clsplusplus/autopilot_routes.py
src/clsplusplus/autopilot_service.py
src/clsplusplus/bundle_optimizer.py
src/clsplusplus/bundle_rl.py
src/clsplusplus/bundle_store.py
src/clsplusplus/cli.py
src/clsplusplus/client.py
src/clsplusplus/competitive_pricing.py
src/clsplusplus/competitive_routes.py
src/clsplusplus/config.py
src/clsplusplus/cost_forecast.py
src/clsplusplus/cost_model.py
src/clsplusplus/currency.py
src/clsplusplus/debug_console.py
src/clsplusplus/demo_llm.py
src/clsplusplus/demo_llm_calls.py
src/clsplusplus/demo_local.py
src/clsplusplus/distribution.py
src/clsplusplus/docs_routes.py
src/clsplusplus/email_sequencer.py
src/clsplusplus/email_service.py
src/clsplusplus/embeddings.py
src/clsplusplus/feature_catalog.py
src/clsplusplus/founder_alert.py
src/clsplusplus/funnel_routes.py
src/clsplusplus/geo.py
src/clsplusplus/growth_bandit.py
src/clsplusplus/growth_funnel.py
src/clsplusplus/health_metrics.py
src/clsplusplus/help_routes.py
src/clsplusplus/homepage_autopromote.py
src/clsplusplus/idempotency.py
src/clsplusplus/infra_stack.py
src/clsplusplus/integration_service.py
src/clsplusplus/jwt_utils.py
src/clsplusplus/local_routes.py
src/clsplusplus/login_activity.py
src/clsplusplus/main.py
src/clsplusplus/mcp_http.py
src/clsplusplus/mcp_server.py
src/clsplusplus/memory_cycle.py
src/clsplusplus/memory_phase.py
src/clsplusplus/memory_service.py
src/clsplusplus/metrics.py
src/clsplusplus/middleware.py
src/clsplusplus/models.py
src/clsplusplus/namespace_resolver.py
src/clsplusplus/oauth_server.py
src/clsplusplus/outreach.py
src/clsplusplus/permissions.py
src/clsplusplus/plasticity.py
src/clsplusplus/pricing.py
src/clsplusplus/pricing_ladder.py
src/clsplusplus/pricing_models.py
src/clsplusplus/pricing_store.py
src/clsplusplus/prompt_log.py
src/clsplusplus/rate_limit.py
src/clsplusplus/razorpay_service.py
src/clsplusplus/rbac_service.py
src/clsplusplus/reconsolidation.py
src/clsplusplus/resilience.py
src/clsplusplus/sleep_cycle.py
src/clsplusplus/social_oauth.py
src/clsplusplus/stripe_service.py
src/clsplusplus/subscription_watchdog.py
src/clsplusplus/suchi_oncall.py
src/clsplusplus/support_autoheal.py
src/clsplusplus/support_triage.py
src/clsplusplus/telegram_notify.py
src/clsplusplus/temporal.py
src/clsplusplus/test_suite.py
src/clsplusplus/textmebot_notify.py
src/clsplusplus/tier_bundles.py
src/clsplusplus/tier_gates.py
src/clsplusplus/tier_resolver.py
src/clsplusplus/tiers.py
src/clsplusplus/topical_resonance.py
src/clsplusplus/tracer.py
src/clsplusplus/usage.py
src/clsplusplus/user_embeddings.py
src/clsplusplus/user_pulse.py
src/clsplusplus/user_service.py
src/clsplusplus/waitlist_service.py
src/clsplusplus/webhook_dispatcher.py
src/clsplusplus/weblab.py
src/clsplusplus/weblab_watcher.py
src/clsplusplus/whatsapp_cli.py
src/clsplusplus/whatsapp_notify.py
src/clsplusplus/window_limits.py
src/clsplusplus/write_metrics.py
src/clsplusplus.egg-info/PKG-INFO
src/clsplusplus.egg-info/SOURCES.txt
src/clsplusplus.egg-info/dependency_links.txt
src/clsplusplus.egg-info/entry_points.txt
src/clsplusplus.egg-info/requires.txt
src/clsplusplus.egg-info/top_level.txt
src/clsplusplus/agents/__init__.py
src/clsplusplus/agents/bundle_optimizer_agent.py
src/clsplusplus/agents/bundle_pricing_agent.py
src/clsplusplus/agents/competitive_bundle_agent.py
src/clsplusplus/agents/dynamic_pricing_agent.py
src/clsplusplus/agents/eng_status.py
src/clsplusplus/agents/marketing_agent.py
src/clsplusplus/agents/orchestrator.py
src/clsplusplus/agents/psychological_pricing.py
src/clsplusplus/competitive_intel/__init__.py
src/clsplusplus/competitive_intel/a2c_crawler.py
src/clsplusplus/competitive_intel/a3c_validator.py
src/clsplusplus/competitive_intel/competitive_ac.py
src/clsplusplus/competitive_intel/judge.py
src/clsplusplus/competitive_intel/memory_sync.py
src/clsplusplus/competitive_intel/news_fetcher.py
src/clsplusplus/competitive_intel/news_table.py
src/clsplusplus/competitive_intel/pipeline.py
src/clsplusplus/competitive_intel/position_table.py
src/clsplusplus/competitive_intel/reliability_matrix.py
src/clsplusplus/durable_log/__init__.py
src/clsplusplus/durable_log/file_wal.py
src/clsplusplus/durable_log/manager.py
src/clsplusplus/durable_log/record.py
src/clsplusplus/durable_log/replicas.py
src/clsplusplus/integrations/__init__.py
src/clsplusplus/integrations/autogen.py
src/clsplusplus/integrations/crewai.py
src/clsplusplus/integrations/langgraph.py
src/clsplusplus/integrations/llamaindex.py
src/clsplusplus/metering_v2/__init__.py
src/clsplusplus/metering_v2/__main__.py
src/clsplusplus/metering_v2/billing.py
src/clsplusplus/metering_v2/healthcheck.py
src/clsplusplus/metering_v2/notifier.py
src/clsplusplus/metering_v2/pricing.py
src/clsplusplus/metering_v2/reconciler.py
src/clsplusplus/metering_v2/schema.py
src/clsplusplus/metering_v2/writer.py
src/clsplusplus/stores/__init__.py
src/clsplusplus/stores/agent_store.py
src/clsplusplus/stores/base.py
src/clsplusplus/stores/chat_session_store.py
src/clsplusplus/stores/competitive_store.py
src/clsplusplus/stores/help_store.py
src/clsplusplus/stores/integration_store.py
src/clsplusplus/stores/l0_working_buffer.py
src/clsplusplus/stores/l1_indexing_store.py
src/clsplusplus/stores/l2_schema_graph.py
src/clsplusplus/stores/l3_deep_recess.py
src/clsplusplus/stores/l3_postgres.py
src/clsplusplus/stores/oauth_store.py
src/clsplusplus/stores/rbac_store.py
src/clsplusplus/stores/user_store.py
src/clsplusplus/stores/waitlist_store.py
src/clsplusplus/stores/web_events_store.py
tests/test_abuse_guard.py
tests/test_admin.py
tests/test_admin_integrations_activity.py
tests/test_admin_kpis.py
tests/test_admin_seed.py
tests/test_admission_control.py
tests/test_agent_endpoints.py
tests/test_agent_scheduler.py
tests/test_agents.py
tests/test_agents_e2e.py
tests/test_api.py
tests/test_api_comprehensive.py
tests/test_api_endpoints.py
tests/test_api_usage_analytics.py
tests/test_auth.py
tests/test_auth_me_api_key.py
tests/test_autogen_memory.py
tests/test_autopilot.py
tests/test_bench.py
tests/test_benchmark_query_expansion.py
tests/test_billing_e2e.py
tests/test_billing_subscription.py
tests/test_bundle_optimizer.py
tests/test_bundle_rl.py
tests/test_burst_hardening.py
tests/test_cli_commands.py
tests/test_client_sdk.py
tests/test_competitive_ac.py
tests/test_competitive_intel.py
tests/test_config.py
tests/test_contact_log_idempotency.py
tests/test_cost_forecast.py
tests/test_crewai_provider.py
tests/test_cross_llm_memory.py
tests/test_currency.py
tests/test_debug_console.py
tests/test_demo_llm.py
tests/test_docs_routes.py
tests/test_durable_log.py
tests/test_email_sequencer.py
tests/test_embeddings.py
tests/test_extension_cross_model_runtime.py
tests/test_extension_integration.py
tests/test_extension_ui.py
tests/test_feature_catalog.py
tests/test_feedback_github.py
tests/test_free_tier_lifecycle.py
tests/test_full_api_coverage.py
tests/test_funnel_metrics.py
tests/test_geo_gating.py
tests/test_geo_vercel.py
tests/test_growth_distribution.py
tests/test_health_metrics.py
tests/test_help_endpoints.py
tests/test_idempotency.py
tests/test_infra_stack.py
tests/test_input_validation.py
tests/test_integration_service.py
tests/test_integration_sync_cli_contract.py
tests/test_issue585_cli_extension_sync.py
tests/test_langgraph_store.py
tests/test_llamaindex_block.py
tests/test_longmemeval_multisession.py
tests/test_longmemeval_routing.py
tests/test_marketing_agent.py
tests/test_mcp_connect.py
tests/test_mcp_oauth.py
tests/test_mem0_failure_modes.py
tests/test_memory_cycle.py
tests/test_memory_phase.py
tests/test_memory_service.py
tests/test_memory_write_no_schema_garbage.py
tests/test_metering_v2_healthcheck.py
tests/test_metering_v2_notifier.py
tests/test_metering_v2_pricing.py
tests/test_metering_v2_reconciler.py
tests/test_metering_v2_schema.py
tests/test_metering_v2_writer.py
tests/test_middleware.py
tests/test_models.py
tests/test_namespace_isolation.py
tests/test_overage_billing.py
tests/test_performance.py
tests/test_plasticity.py
tests/test_pricing.py
tests/test_pricing_pipeline.py
tests/test_prototype_e2e.py
tests/test_rate_limit.py
tests/test_razorpay_billing.py
tests/test_razorpay_subscription_webhooks.py
tests/test_reconsolidation.py
tests/test_regression.py
tests/test_resilience.py
tests/test_schema_artifact_not_indexed.py
tests/test_security.py
tests/test_security_hardening.py
tests/test_sleep_cycle.py
tests/test_standup_gate.py
tests/test_stores.py
tests/test_subscription_watchdog.py
tests/test_support_autoheal.py
tests/test_support_endpoints.py
tests/test_support_triage.py
tests/test_tier_bundles.py
tests/test_tier_gates.py
tests/test_tier_resolver.py
tests/test_tiers.py
tests/test_usage.py
tests/test_user_auth.py
tests/test_user_embeddings.py
tests/test_user_pulse.py
tests/test_user_stories.py
tests/test_waitlist.py
tests/test_webhook_dispatcher.py
tests/test_weblab.py
tests/test_whatsapp_notify.py
tests/test_window_limits.py
tests/test_write_metrics.py