clsplusplus 4.0.1__tar.gz → 4.0.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/PKG-INFO +5 -7
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/pyproject.toml +5 -7
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus.egg-info/PKG-INFO +5 -7
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/LICENSE +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/README.md +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/setup.cfg +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/__init__.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/api.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/auth.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/cli.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/client.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/config.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/cost_model.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/demo_llm.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/demo_llm_calls.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/demo_local.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/embeddings.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/idempotency.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/integration_service.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/jwt_utils.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/local_routes.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/main.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/memory_cycle.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/memory_phase.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/memory_service.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/metrics.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/middleware.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/models.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/permissions.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/plasticity.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/rate_limit.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/rbac_service.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/reconsolidation.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/sleep_cycle.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/stores/__init__.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/stores/base.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/stores/integration_store.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/stores/l0_working_buffer.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/stores/l1_indexing_store.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/stores/l2_schema_graph.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/stores/l3_deep_recess.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/stores/l3_postgres.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/stores/rbac_store.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/stores/user_store.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/stripe_service.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/temporal.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/test_suite.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/tiers.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/tracer.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/usage.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/user_embeddings.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/user_service.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus/webhook_dispatcher.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus.egg-info/SOURCES.txt +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus.egg-info/dependency_links.txt +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus.egg-info/entry_points.txt +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus.egg-info/requires.txt +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/src/clsplusplus.egg-info/top_level.txt +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_admin.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_api.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_api_comprehensive.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_api_endpoints.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_auth.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_client_sdk.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_config.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_demo_llm.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_embeddings.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_idempotency.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_integration_service.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_memory_cycle.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_memory_phase.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_memory_service.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_middleware.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_models.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_performance.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_plasticity.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_prototype_e2e.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_rate_limit.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_reconsolidation.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_regression.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_security.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_sleep_cycle.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_stores.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_tiers.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_usage.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_user_auth.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_user_embeddings.py +0 -0
- {clsplusplus-4.0.1 → clsplusplus-4.0.2}/tests/test_webhook_dispatcher.py +0 -0
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: clsplusplus
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.2
|
|
4
4
|
Summary: Brain-inspired, model-agnostic persistent memory for LLMs. Learn, recall, forget — like a brain. Works with OpenAI, Claude, Gemini, Llama.
|
|
5
5
|
Author-email: AlphaForge AI Labs <contact@alphaforge.ai>
|
|
6
6
|
Maintainer-email: Rajamohan Jabbala <contact@alphaforge.ai>
|
|
7
7
|
License: Apache-2.0
|
|
8
|
-
Project-URL: Homepage, https://
|
|
9
|
-
Project-URL: Documentation, https://
|
|
8
|
+
Project-URL: Homepage, https://github.com/rajamohan1950/CLSplusplus
|
|
9
|
+
Project-URL: Documentation, https://github.com/rajamohan1950/CLSplusplus/wiki
|
|
10
10
|
Project-URL: Repository, https://github.com/rajamohan1950/CLSplusplus
|
|
11
11
|
Project-URL: Bug Tracker, https://github.com/rajamohan1950/CLSplusplus/issues
|
|
12
12
|
Project-URL: Changelog, https://github.com/rajamohan1950/CLSplusplus/releases
|
|
13
|
-
Project-URL: API Reference, https://
|
|
14
|
-
Project-URL: Live Demo, https://www.clsplusplus.com/chat
|
|
15
|
-
Project-URL: npm Package, https://www.npmjs.com/package/clsplusplus
|
|
13
|
+
Project-URL: API Reference, https://github.com/rajamohan1950/CLSplusplus/blob/main/docs/API_DOCUMENTATION.md
|
|
16
14
|
Project-URL: Source Code, https://github.com/rajamohan1950/CLSplusplus/tree/main/src
|
|
17
|
-
Project-URL:
|
|
15
|
+
Project-URL: Download, https://github.com/rajamohan1950/CLSplusplus/releases
|
|
18
16
|
Keywords: llm,memory,ai,persistent-memory,model-agnostic,brain,openai,anthropic,claude,gemini,langchain,continuous-learning,semantic-search,vector-database,conversational-ai,rag,context-window
|
|
19
17
|
Classifier: Development Status :: 5 - Production/Stable
|
|
20
18
|
Classifier: Intended Audience :: Developers
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "clsplusplus"
|
|
7
|
-
version = "4.0.
|
|
7
|
+
version = "4.0.2"
|
|
8
8
|
description = "Brain-inspired, model-agnostic persistent memory for LLMs. Learn, recall, forget — like a brain. Works with OpenAI, Claude, Gemini, Llama."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.9"
|
|
@@ -73,16 +73,14 @@ dev = [
|
|
|
73
73
|
cls = "clsplusplus.cli:main"
|
|
74
74
|
|
|
75
75
|
[project.urls]
|
|
76
|
-
Homepage = "https://
|
|
77
|
-
Documentation = "https://
|
|
76
|
+
Homepage = "https://github.com/rajamohan1950/CLSplusplus"
|
|
77
|
+
Documentation = "https://github.com/rajamohan1950/CLSplusplus/wiki"
|
|
78
78
|
Repository = "https://github.com/rajamohan1950/CLSplusplus"
|
|
79
79
|
"Bug Tracker" = "https://github.com/rajamohan1950/CLSplusplus/issues"
|
|
80
80
|
Changelog = "https://github.com/rajamohan1950/CLSplusplus/releases"
|
|
81
|
-
"API Reference" = "https://
|
|
82
|
-
"Live Demo" = "https://www.clsplusplus.com/chat"
|
|
83
|
-
"npm Package" = "https://www.npmjs.com/package/clsplusplus"
|
|
81
|
+
"API Reference" = "https://github.com/rajamohan1950/CLSplusplus/blob/main/docs/API_DOCUMENTATION.md"
|
|
84
82
|
"Source Code" = "https://github.com/rajamohan1950/CLSplusplus/tree/main/src"
|
|
85
|
-
|
|
83
|
+
"Download" = "https://github.com/rajamohan1950/CLSplusplus/releases"
|
|
86
84
|
|
|
87
85
|
[tool.setuptools.packages.find]
|
|
88
86
|
where = ["src"]
|
|
@@ -1,20 +1,18 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: clsplusplus
|
|
3
|
-
Version: 4.0.
|
|
3
|
+
Version: 4.0.2
|
|
4
4
|
Summary: Brain-inspired, model-agnostic persistent memory for LLMs. Learn, recall, forget — like a brain. Works with OpenAI, Claude, Gemini, Llama.
|
|
5
5
|
Author-email: AlphaForge AI Labs <contact@alphaforge.ai>
|
|
6
6
|
Maintainer-email: Rajamohan Jabbala <contact@alphaforge.ai>
|
|
7
7
|
License: Apache-2.0
|
|
8
|
-
Project-URL: Homepage, https://
|
|
9
|
-
Project-URL: Documentation, https://
|
|
8
|
+
Project-URL: Homepage, https://github.com/rajamohan1950/CLSplusplus
|
|
9
|
+
Project-URL: Documentation, https://github.com/rajamohan1950/CLSplusplus/wiki
|
|
10
10
|
Project-URL: Repository, https://github.com/rajamohan1950/CLSplusplus
|
|
11
11
|
Project-URL: Bug Tracker, https://github.com/rajamohan1950/CLSplusplus/issues
|
|
12
12
|
Project-URL: Changelog, https://github.com/rajamohan1950/CLSplusplus/releases
|
|
13
|
-
Project-URL: API Reference, https://
|
|
14
|
-
Project-URL: Live Demo, https://www.clsplusplus.com/chat
|
|
15
|
-
Project-URL: npm Package, https://www.npmjs.com/package/clsplusplus
|
|
13
|
+
Project-URL: API Reference, https://github.com/rajamohan1950/CLSplusplus/blob/main/docs/API_DOCUMENTATION.md
|
|
16
14
|
Project-URL: Source Code, https://github.com/rajamohan1950/CLSplusplus/tree/main/src
|
|
17
|
-
Project-URL:
|
|
15
|
+
Project-URL: Download, https://github.com/rajamohan1950/CLSplusplus/releases
|
|
18
16
|
Keywords: llm,memory,ai,persistent-memory,model-agnostic,brain,openai,anthropic,claude,gemini,langchain,continuous-learning,semantic-search,vector-database,conversational-ai,rag,context-window
|
|
19
17
|
Classifier: Development Status :: 5 - Production/Stable
|
|
20
18
|
Classifier: Intended Audience :: Developers
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|