smartmemory 1.1.2__tar.gz → 1.1.4__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.1.2 → smartmemory-1.1.4}/PKG-INFO +2 -2
- {smartmemory-1.1.2 → smartmemory-1.1.4}/pyproject.toml +3 -2
- {smartmemory-1.1.2 → smartmemory-1.1.4}/.github/workflows/publish.yml +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/.gitignore +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/CHANGELOG.md +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/README.md +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/plugin.json +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/scripts/generate_seed_patterns.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/__init__.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/__main__.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/async_enrichment.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/cli.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/config.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/daemon.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/data/ai.smartmemory.daemon.plist +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/data/seed_patterns.jsonl +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/event_sink.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/events_server.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/hooks/post-tool-failure.sh +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/hooks/session-end.sh +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/hooks/session-start.sh +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/local_api.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/patterns.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/remote_backend.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/server.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/setup.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/setup_tui.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/skills/ingest.md +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/skills/orient.md +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/skills/remember.md +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/skills/search.md +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/static/assets/local-CX-jTTRv.css +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/static/assets/local-VSPCSp61.js +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/static/icons/icon-192x192.svg +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/static/icons/icon-512x512.svg +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/static/index.html +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/static/logo.svg +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/static/viewer-logo.svg +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/storage.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/sync.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/smartmemory_app/viewer_server.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/__init__.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/conftest.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/integration/__init__.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/integration/test_async_enrichment_e2e.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/integration/test_async_enrichment_sqlite_regression.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/integration/test_daemon.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/integration/test_entity_ruler_patterns.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/integration/test_hook_scripts.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/integration/test_local_api_integration.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/integration/test_recall_flow.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/integration/test_viewer_server.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/unit/__init__.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/unit/test_async_enrichment.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/unit/test_cli.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/unit/test_config.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/unit/test_events_server.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/unit/test_launchd.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/unit/test_local_api.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/unit/test_patterns.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/unit/test_remote_backend.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/unit/test_server_tools.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/unit/test_setup.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/unit/test_setup_tui.py +0 -0
- {smartmemory-1.1.2 → smartmemory-1.1.4}/tests/unit/test_storage.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: smartmemory
|
|
3
|
-
Version: 1.1.
|
|
3
|
+
Version: 1.1.4
|
|
4
4
|
Requires-Python: >=3.11
|
|
5
5
|
Requires-Dist: click>=8.0
|
|
6
6
|
Requires-Dist: fastapi>=0.110
|
|
@@ -8,7 +8,7 @@ Requires-Dist: fastmcp>=2.0
|
|
|
8
8
|
Requires-Dist: filelock>=3.12
|
|
9
9
|
Requires-Dist: httpx>=0.27
|
|
10
10
|
Requires-Dist: keyring>=24.0
|
|
11
|
-
Requires-Dist: smartmemory-core[lite]==0.7.
|
|
11
|
+
Requires-Dist: smartmemory-core[lite]==0.7.1
|
|
12
12
|
Requires-Dist: tomli-w>=1.0
|
|
13
13
|
Requires-Dist: uvicorn>=0.29
|
|
14
14
|
Requires-Dist: websockets>=12.0
|
|
@@ -4,10 +4,10 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "smartmemory"
|
|
7
|
-
version = "1.1.
|
|
7
|
+
version = "1.1.4"
|
|
8
8
|
requires-python = ">=3.11"
|
|
9
9
|
dependencies = [
|
|
10
|
-
"smartmemory-core[lite]==0.7.
|
|
10
|
+
"smartmemory-core[lite]==0.7.1", # EXACT pin — wrapper and core versions move in lockstep
|
|
11
11
|
"filelock>=3.12", # cross-process SQLite write locking
|
|
12
12
|
"fastmcp>=2.0",
|
|
13
13
|
"httpx>=0.27", # remote API calls (DIST-LITE-5)
|
|
@@ -24,6 +24,7 @@ tui = ["textual>=8.0"]
|
|
|
24
24
|
|
|
25
25
|
[project.scripts]
|
|
26
26
|
smartmemory = "smartmemory_app.cli:cli"
|
|
27
|
+
sm = "smartmemory_app.cli:cli"
|
|
27
28
|
|
|
28
29
|
[tool.hatch.build.targets.wheel]
|
|
29
30
|
packages = ["smartmemory_app"]
|
|
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.1.2 → smartmemory-1.1.4}/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
|