smartmemory 1.4.3__tar.gz → 1.4.6__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.
- {smartmemory-1.4.3 → smartmemory-1.4.6}/CHANGELOG.md +6 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/PKG-INFO +2 -2
- {smartmemory-1.4.3 → smartmemory-1.4.6}/pyproject.toml +2 -2
- {smartmemory-1.4.3 → smartmemory-1.4.6}/.github/workflows/publish.yml +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/.gitignore +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/LICENSE +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/LICENSE.agpl-v3 +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/LICENSE.header +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/README.md +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/plugin.json +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/scripts/generate_seed_patterns.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/__init__.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/__main__.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/async_enrichment.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/cli.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/cli_code.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/cli_mcp.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/config.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/daemon.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/data/ai.smartmemory.daemon.plist +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/data/ai.smartmemory.worker.plist +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/data/seed_patterns.jsonl +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/data/seeds/ai-model.jsonl +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/data/seeds/concept.jsonl +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/data/seeds/database.jsonl +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/data/seeds/framework.jsonl +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/data/seeds/language.jsonl +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/data/seeds/manifest.json +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/data/seeds/organization.jsonl +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/data/seeds/platform.jsonl +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/data/seeds/protocol.jsonl +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/data/seeds/service.jsonl +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/data/seeds/tool.jsonl +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/enrichment_queue.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/enrichment_worker.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/event_sink.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/events_server.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/hooks/distill.sh +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/hooks/learn.sh +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/hooks/observe.sh +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/hooks/orient.sh +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/hooks/persist.sh +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/hooks/recall.sh +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/launch_metrics.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/lifecycle.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/lifecycle_api.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/lifecycle_config.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/local_api.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/patterns.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/recall_format.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/remote_backend.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/setup.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/setup_tui.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/skills/ingest.md +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/skills/orient.md +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/skills/remember.md +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/skills/search.md +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/static/assets/local-Clt8rYLQ.js +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/static/assets/local-ZCcXPKXN.css +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/static/icons/icon-192x192.svg +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/static/icons/icon-512x512.svg +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/static/index.html +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/static/logo.svg +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/static/viewer-logo.svg +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/storage.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/sync.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/smartmemory_app/viewer_server.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/__init__.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/conftest.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/integration/__init__.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/integration/test_async_enrichment_e2e.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/integration/test_async_enrichment_sqlite_regression.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/integration/test_cli_new_subcommands.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/integration/test_daemon.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/integration/test_entity_ruler_patterns.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/integration/test_hook_recall.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/integration/test_hook_scripts.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/integration/test_local_api_integration.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/integration/test_recall_confidence.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/integration/test_recall_flow.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/integration/test_viewer_server.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/__init__.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/test_async_enrichment.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/test_cli.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/test_config.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/test_events_server.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/test_launchd.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/test_lifecycle.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/test_lite_api_contract.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/test_local_api.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/test_patterns.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/test_recall_format.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/test_remote_backend.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/test_server_tools.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/test_setup.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/test_setup_tui.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/test_stale_markers.py +0 -0
- {smartmemory-1.4.3 → smartmemory-1.4.6}/tests/unit/test_storage.py +0 -0
|
@@ -2,6 +2,12 @@
|
|
|
2
2
|
|
|
3
3
|
## [Unreleased]
|
|
4
4
|
|
|
5
|
+
## [1.4.6] - 2026-05-28
|
|
6
|
+
|
|
7
|
+
### Changed (wrapper/core lockstep bump, 2026-05-28)
|
|
8
|
+
|
|
9
|
+
- Bump wrapper `1.4.5 → 1.4.6` and the exact core pin `smartmemory-core[lite]==0.9.9 → ==0.9.25` (latest published core on PyPI). The pin had drifted 16 patch releases behind core; this re-establishes the lockstep so `pip install smartmemory` pulls the current core (incl. the centralized extraction-cache refactor `CORE-EXTRACT-CACHE-DRY-1` and graph-only ingest profile).
|
|
10
|
+
|
|
5
11
|
### Fixed (MCP `memory_search` broken in local mode, 2026-05-18)
|
|
6
12
|
|
|
7
13
|
- **MCP `memory_search` completely broken in local mode.** `storage.search()` only accepted `(query, top_k, filters, include_reference)`. The MCP server calls it with `memory_type`, `enable_hybrid`, `decompose_query`, `multi_hop`, `max_hops`, and `budget_ms` — any of those raised `TypeError: search() got an unexpected keyword argument`. Every `memory_search` call in local mode crashed. `storage.search` now accepts `memory_type` (forwarded as a post-filter) and `**search_kwargs` (allowlisted to `decompose_query`, `channel_weights`, `multi_hop`, `max_hops`, `budget_ms`, `semantic_hops`); unknown keys such as `enable_hybrid` are silently dropped instead of raising. Regression test added (`test_search_accepts_mcp_recall_kwargs`).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: smartmemory
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.6
|
|
4
4
|
License-File: LICENSE
|
|
5
5
|
License-File: LICENSE.agpl-v3
|
|
6
6
|
License-File: LICENSE.header
|
|
@@ -10,7 +10,7 @@ Requires-Dist: fastapi>=0.110
|
|
|
10
10
|
Requires-Dist: filelock>=3.12
|
|
11
11
|
Requires-Dist: httpx>=0.27
|
|
12
12
|
Requires-Dist: keyring>=24.0
|
|
13
|
-
Requires-Dist: smartmemory-core[lite]==0.9.
|
|
13
|
+
Requires-Dist: smartmemory-core[lite]==0.9.25
|
|
14
14
|
Requires-Dist: smartmemory-mcp>=0.2.0
|
|
15
15
|
Requires-Dist: textual>=8.0
|
|
16
16
|
Requires-Dist: tomli-w>=1.0
|
|
@@ -4,10 +4,10 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "smartmemory"
|
|
7
|
-
version = "1.4.
|
|
7
|
+
version = "1.4.6"
|
|
8
8
|
requires-python = ">=3.11"
|
|
9
9
|
dependencies = [
|
|
10
|
-
"smartmemory-core[lite]==0.9.
|
|
10
|
+
"smartmemory-core[lite]==0.9.25", # EXACT pin — wrapper and core versions move in lockstep
|
|
11
11
|
"filelock>=3.12", # cross-process SQLite write locking
|
|
12
12
|
"smartmemory-mcp>=0.2.0", # unified MCP server (PLAT-MCP-UNIFY-1)
|
|
13
13
|
"httpx>=0.27", # remote API calls (DIST-LITE-5)
|
|
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
|
{smartmemory-1.4.3 → smartmemory-1.4.6}/tests/integration/test_async_enrichment_sqlite_regression.py
RENAMED
|
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
|