@agentskit/memory 0.5.1 → 0.5.2
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.
- package/README.md +4 -4
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@ Persist conversations and add vector search to your agents — swap backends wit
|
|
|
7
7
|
[](https://bundlephobia.com/package/@agentskit/memory)
|
|
8
8
|
[](../../LICENSE)
|
|
9
9
|
[](../../docs/STABILITY.md)
|
|
10
|
-
[](https://github.com/AgentsKit-io/agentskit)
|
|
11
11
|
|
|
12
12
|
**Tags:** `ai` · `agents` · `llm` · `agentskit` · `ai-agents` · `memory` · `vector-db` · `embeddings` · `rag` · `sqlite` · `redis` · `vector-search`
|
|
13
13
|
|
|
@@ -65,8 +65,8 @@ Use a **vector** backend with [`@agentskit/rag`](https://www.npmjs.com/package/@
|
|
|
65
65
|
|
|
66
66
|
## Contributors
|
|
67
67
|
|
|
68
|
-
<a href="https://github.com/
|
|
69
|
-
<img src="https://contrib.rocks/image?repo=
|
|
68
|
+
<a href="https://github.com/AgentsKit-io/agentskit/graphs/contributors">
|
|
69
|
+
<img src="https://contrib.rocks/image?repo=AgentsKit-io/agentskit" alt="AgentsKit contributors" />
|
|
70
70
|
</a>
|
|
71
71
|
|
|
72
72
|
## License
|
|
@@ -75,4 +75,4 @@ MIT — see [LICENSE](../../LICENSE).
|
|
|
75
75
|
|
|
76
76
|
## Docs
|
|
77
77
|
|
|
78
|
-
[Full documentation](https://www.agentskit.io) · [GitHub](https://github.com/
|
|
78
|
+
[Full documentation](https://www.agentskit.io) · [GitHub](https://github.com/AgentsKit-io/agentskit)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agentskit/memory",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"description": "Persistent and vector memory backends for AgentsKit.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agentskit",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@agentskit/core": "1.0
|
|
43
|
+
"@agentskit/core": "1.1.0"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/better-sqlite3": "^7.6.12",
|