agentcache-core 0.9.10__tar.gz → 0.9.11__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.
- {agentcache_core-0.9.10/src/agentcache_core.egg-info → agentcache_core-0.9.11}/PKG-INFO +1 -1
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/pyproject.toml +1 -1
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/__init__.py +1 -1
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/app.py +6 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/integrations/hermes/README.md +1 -1
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/integrations/hermes/plugin.yaml +1 -1
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/mcp_stdio.py +1 -1
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/routes/health.py +1 -1
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/viewer_helpers.py +1 -1
- {agentcache_core-0.9.10 → agentcache_core-0.9.11/src/agentcache_core.egg-info}/PKG-INFO +1 -1
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/LICENSE +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/README.md +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/setup.cfg +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/cli.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/connect.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/__init__.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/audit_log.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/config.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/context_builder.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/graph.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/image_store.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/infer.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/kv_scopes.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/lessons.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/llm.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/memory_store.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/observation_store.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/privacy.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/project_profile.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/search_service.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/session_store.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/core/slots.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/db.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/import_data.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/integrations/__init__.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/integrations/hermes/__init__.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/legacy.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/py.typed +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/replay_import.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/routes/__init__.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/routes/_deps.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/routes/auth.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/routes/graph.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/routes/mcp.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/routes/memories.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/routes/migration.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/routes/observations.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/routes/search.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/search.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/storage/__init__.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/storage/images.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/storage/paths.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/storage/scopes.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/viewer/favicon.svg +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/viewer/index.html +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/workers.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache_core.egg-info/SOURCES.txt +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache_core.egg-info/dependency_links.txt +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache_core.egg-info/entry_points.txt +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache_core.egg-info/requires.txt +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache_core.egg-info/top_level.txt +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/tests/test_auth.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/tests/test_connect_repair.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/tests/test_legacy_reexports.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/tests/test_observation_store.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/tests/test_routes_auth_matrix.py +0 -0
- {agentcache_core-0.9.10 → agentcache_core-0.9.11}/tests/test_search_service.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentcache-core
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.11
|
|
4
4
|
Summary: A Python REST + WebSocket + MCP cache server for AI agents, backed by SQLite
|
|
5
5
|
Author-email: Yashwant K <yashwantk0303@gmail.com>
|
|
6
6
|
Maintainer-email: Yashwant K <yashwantk0303@gmail.com>
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "agentcache-core"
|
|
7
|
-
version = "0.9.
|
|
7
|
+
version = "0.9.11"
|
|
8
8
|
description = "A Python REST + WebSocket + MCP cache server for AI agents, backed by SQLite"
|
|
9
9
|
readme = { file = "README.md", content-type = "text/markdown" }
|
|
10
10
|
authors = [
|
|
@@ -109,6 +109,12 @@ def init_services() -> tuple:
|
|
|
109
109
|
kv, search_service=search_service, events=ObservationEvents()
|
|
110
110
|
)
|
|
111
111
|
|
|
112
|
+
# Register on the legacy shim so core/* modules (memory_store, llm,
|
|
113
|
+
# session_store) can reach the same SearchService via `_legacy._search_service`.
|
|
114
|
+
# Without this, `remember()` and friends silently skip BM25 indexing, and
|
|
115
|
+
# newly-saved memories become unsearchable until the next full rebuild.
|
|
116
|
+
legacy.set_search_service(search_service)
|
|
117
|
+
|
|
112
118
|
# Load persisted indexes.
|
|
113
119
|
loaded = search_service.load_persisted()
|
|
114
120
|
print(
|
{agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/integrations/hermes/README.md
RENAMED
|
@@ -21,7 +21,7 @@ agentcache serve --port 3111
|
|
|
21
21
|
|
|
22
22
|
(The distribution is `agentcache-core` on PyPI but installs the `agentcache` import + CLI.)
|
|
23
23
|
|
|
24
|
-
Health check: `curl http://localhost:3111/agentcache/health` should return a JSON payload with `"version": "0.9.
|
|
24
|
+
Health check: `curl http://localhost:3111/agentcache/health` should return a JSON payload with `"version": "0.9.11"`.
|
|
25
25
|
|
|
26
26
|
**2. Wire it into Hermes with a single command:**
|
|
27
27
|
|
|
@@ -31,7 +31,7 @@ def make_viewer_response(base_dir: str):
|
|
|
31
31
|
# via the Authorization header set programmatically after load.
|
|
32
32
|
html = (
|
|
33
33
|
template.replace("__AGENTCACHE_VIEWER_NONCE__", nonce)
|
|
34
|
-
.replace("__AGENTCACHE_VERSION__", "0.9.
|
|
34
|
+
.replace("__AGENTCACHE_VERSION__", "0.9.11")
|
|
35
35
|
.replace("__AGENTCACHE_AUTO_TOKEN__", "")
|
|
36
36
|
)
|
|
37
37
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentcache-core
|
|
3
|
-
Version: 0.9.
|
|
3
|
+
Version: 0.9.11
|
|
4
4
|
Summary: A Python REST + WebSocket + MCP cache server for AI agents, backed by SQLite
|
|
5
5
|
Author-email: Yashwant K <yashwantk0303@gmail.com>
|
|
6
6
|
Maintainer-email: Yashwant K <yashwantk0303@gmail.com>
|
|
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
|
{agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache/integrations/hermes/__init__.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
|
{agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache_core.egg-info/entry_points.txt
RENAMED
|
File without changes
|
|
File without changes
|
{agentcache_core-0.9.10 → agentcache_core-0.9.11}/src/agentcache_core.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|