LICENSE
README.md
pyproject.toml
src/clsplusplus/__init__.py
src/clsplusplus/abuse_guard.py
src/clsplusplus/api.py
src/clsplusplus/api_usage_analytics.py
src/clsplusplus/auth.py
src/clsplusplus/cli.py
src/clsplusplus/client.py
src/clsplusplus/config.py
src/clsplusplus/cost_forecast.py
src/clsplusplus/cost_model.py
src/clsplusplus/debug_console.py
src/clsplusplus/demo_llm.py
src/clsplusplus/demo_llm_calls.py
src/clsplusplus/demo_local.py
src/clsplusplus/email_service.py
src/clsplusplus/embeddings.py
src/clsplusplus/funnel_routes.py
src/clsplusplus/geo.py
src/clsplusplus/health_metrics.py
src/clsplusplus/homepage_autopromote.py
src/clsplusplus/idempotency.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/permissions.py
src/clsplusplus/plasticity.py
src/clsplusplus/pricing.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/stripe_service.py
src/clsplusplus/subscription_watchdog.py
src/clsplusplus/temporal.py
src/clsplusplus/test_suite.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/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/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/base.py
src/clsplusplus/stores/chat_session_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_seed.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_billing_e2e.py
tests/test_burst_hardening.py
tests/test_client_sdk.py
tests/test_config.py
tests/test_cost_forecast.py
tests/test_crewai_provider.py
tests/test_cross_llm_memory.py
tests/test_debug_console.py
tests/test_demo_llm.py
tests/test_durable_log.py
tests/test_embeddings.py
tests/test_extension_cross_model_runtime.py
tests/test_extension_integration.py
tests/test_extension_ui.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_health_metrics.py
tests/test_idempotency.py
tests/test_integration_service.py
tests/test_integration_sync_cli_contract.py
tests/test_langgraph_store.py
tests/test_llamaindex_block.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_overage_billing.py
tests/test_performance.py
tests/test_plasticity.py
tests/test_pricing.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_security.py
tests/test_sleep_cycle.py
tests/test_stores.py
tests/test_subscription_watchdog.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_window_limits.py
tests/test_write_metrics.py