LICENSE
README.md
pyproject.toml
src/clsplusplus/__init__.py
src/clsplusplus/api.py
src/clsplusplus/auth.py
src/clsplusplus/cli.py
src/clsplusplus/client.py
src/clsplusplus/config.py
src/clsplusplus/cost_model.py
src/clsplusplus/demo_llm.py
src/clsplusplus/demo_llm_calls.py
src/clsplusplus/demo_local.py
src/clsplusplus/embeddings.py
src/clsplusplus/idempotency.py
src/clsplusplus/integration_service.py
src/clsplusplus/jwt_utils.py
src/clsplusplus/local_routes.py
src/clsplusplus/main.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/permissions.py
src/clsplusplus/plasticity.py
src/clsplusplus/rate_limit.py
src/clsplusplus/rbac_service.py
src/clsplusplus/reconsolidation.py
src/clsplusplus/sleep_cycle.py
src/clsplusplus/stripe_service.py
src/clsplusplus/temporal.py
src/clsplusplus/test_suite.py
src/clsplusplus/tiers.py
src/clsplusplus/tracer.py
src/clsplusplus/usage.py
src/clsplusplus/user_embeddings.py
src/clsplusplus/user_service.py
src/clsplusplus/webhook_dispatcher.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/stores/__init__.py
src/clsplusplus/stores/base.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/rbac_store.py
src/clsplusplus/stores/user_store.py
tests/test_admin.py
tests/test_api.py
tests/test_api_comprehensive.py
tests/test_api_endpoints.py
tests/test_auth.py
tests/test_client_sdk.py
tests/test_config.py
tests/test_demo_llm.py
tests/test_embeddings.py
tests/test_idempotency.py
tests/test_integration_service.py
tests/test_memory_cycle.py
tests/test_memory_phase.py
tests/test_memory_service.py
tests/test_middleware.py
tests/test_models.py
tests/test_performance.py
tests/test_plasticity.py
tests/test_prototype_e2e.py
tests/test_rate_limit.py
tests/test_reconsolidation.py
tests/test_regression.py
tests/test_security.py
tests/test_sleep_cycle.py
tests/test_stores.py
tests/test_tiers.py
tests/test_usage.py
tests/test_user_auth.py
tests/test_user_embeddings.py
tests/test_webhook_dispatcher.py