@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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. 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
  [![bundle size](https://img.shields.io/bundlephobia/minzip/@agentskit/memory)](https://bundlephobia.com/package/@agentskit/memory)
8
8
  [![license](https://img.shields.io/npm/l/@agentskit/memory)](../../LICENSE)
9
9
  [![stability](https://img.shields.io/badge/stability-stable-brightgreen)](../../docs/STABILITY.md)
10
- [![GitHub stars](https://img.shields.io/github/stars/EmersonBraun/agentskit?style=social)](https://github.com/EmersonBraun/agentskit)
10
+ [![GitHub stars](https://img.shields.io/github/stars/AgentsKit-io/agentskit?style=social)](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/EmersonBraun/agentskit/graphs/contributors">
69
- <img src="https://contrib.rocks/image?repo=EmersonBraun/agentskit" alt="AgentsKit contributors" />
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/EmersonBraun/agentskit)
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.1",
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.1"
43
+ "@agentskit/core": "1.1.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@types/better-sqlite3": "^7.6.12",