agentforge-memory-sqlite 0.2.2__py3-none-any.whl → 0.2.4__py3-none-any.whl
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.
- agentforge_memory_sqlite/__init__.py +1 -1
- {agentforge_memory_sqlite-0.2.2.dist-info → agentforge_memory_sqlite-0.2.4.dist-info}/METADATA +2 -2
- {agentforge_memory_sqlite-0.2.2.dist-info → agentforge_memory_sqlite-0.2.4.dist-info}/RECORD +6 -6
- {agentforge_memory_sqlite-0.2.2.dist-info → agentforge_memory_sqlite-0.2.4.dist-info}/WHEEL +1 -1
- {agentforge_memory_sqlite-0.2.2.dist-info → agentforge_memory_sqlite-0.2.4.dist-info}/entry_points.txt +0 -0
- {agentforge_memory_sqlite-0.2.2.dist-info → agentforge_memory_sqlite-0.2.4.dist-info}/licenses/LICENSE +0 -0
|
@@ -12,6 +12,6 @@ from __future__ import annotations
|
|
|
12
12
|
from agentforge_memory_sqlite.memory import SqliteMemoryStore
|
|
13
13
|
from agentforge_memory_sqlite.vector import SqliteVectorStore
|
|
14
14
|
|
|
15
|
-
__version__ = "0.2.
|
|
15
|
+
__version__ = "0.2.3"
|
|
16
16
|
|
|
17
17
|
__all__ = ["SqliteMemoryStore", "SqliteVectorStore", "__version__"]
|
{agentforge_memory_sqlite-0.2.2.dist-info → agentforge_memory_sqlite-0.2.4.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentforge-memory-sqlite
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: SQLite-backed MemoryStore and VectorStore for AgentForge
|
|
5
5
|
Project-URL: Homepage, https://github.com/Scaffoldic/agentforge-py
|
|
6
6
|
Project-URL: Repository, https://github.com/Scaffoldic/agentforge-py
|
|
@@ -20,7 +20,7 @@ Classifier: Topic :: Database
|
|
|
20
20
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
21
21
|
Classifier: Typing :: Typed
|
|
22
22
|
Requires-Python: >=3.13
|
|
23
|
-
Requires-Dist: agentforge-core~=0.2.
|
|
23
|
+
Requires-Dist: agentforge-core~=0.2.4
|
|
24
24
|
Requires-Dist: aiosqlite>=0.20
|
|
25
25
|
Description-Content-Type: text/markdown
|
|
26
26
|
|
{agentforge_memory_sqlite-0.2.2.dist-info → agentforge_memory_sqlite-0.2.4.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
agentforge_memory_sqlite/__init__.py,sha256=
|
|
1
|
+
agentforge_memory_sqlite/__init__.py,sha256=Y2Pml6AOumvNInCvNbACXgPMhvyXzN4JwGcudkb4YzI,568
|
|
2
2
|
agentforge_memory_sqlite/_migrator.py,sha256=rRPCPnFFmzVRJfthq3glh3x6kWAD4wk5R96Q2PqF5Us,5076
|
|
3
3
|
agentforge_memory_sqlite/memory.py,sha256=30d_Q2PU4tM2NVjAlD9-BVWbWdu5P6-oAzGA_khcfh0,8262
|
|
4
4
|
agentforge_memory_sqlite/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -6,8 +6,8 @@ agentforge_memory_sqlite/vector.py,sha256=v0GZmIBYgKMobizausF91TieoLJ60ohA3CM2l6
|
|
|
6
6
|
agentforge_memory_sqlite/migrations/0000_migrations_table.sql,sha256=Hj8lxWPizGOTsAQloRrmKoDHyCkechdHfOcU3FZlDS0,206
|
|
7
7
|
agentforge_memory_sqlite/migrations/0001_initial.sql,sha256=0GRCe90lRCkgomALxUpqbUsckpAPJU8vGacknMgvhQI,778
|
|
8
8
|
agentforge_memory_sqlite/migrations/0002_fts5.sql,sha256=b27HLnhAoDfdQvxVOoc-fvroqAdGbx-RoavaVK0nJTM,718
|
|
9
|
-
agentforge_memory_sqlite-0.2.
|
|
10
|
-
agentforge_memory_sqlite-0.2.
|
|
11
|
-
agentforge_memory_sqlite-0.2.
|
|
12
|
-
agentforge_memory_sqlite-0.2.
|
|
13
|
-
agentforge_memory_sqlite-0.2.
|
|
9
|
+
agentforge_memory_sqlite-0.2.4.dist-info/METADATA,sha256=PwqMAr1KcfhKF_llOIzvUR53IEwQGA8u5vaBoIj5-Ns,2330
|
|
10
|
+
agentforge_memory_sqlite-0.2.4.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
11
|
+
agentforge_memory_sqlite-0.2.4.dist-info/entry_points.txt,sha256=_KNwjwkvm11_3J9_W0X2_d-VTnz17LEMBVR8rKds9JM,166
|
|
12
|
+
agentforge_memory_sqlite-0.2.4.dist-info/licenses/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
13
|
+
agentforge_memory_sqlite-0.2.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|