@lov3kaizen/agentsea-memory 0.5.1
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/LICENSE +21 -0
- package/README.md +450 -0
- package/dist/chunk-GACX3FPR.js +1402 -0
- package/dist/chunk-M44NB53O.js +1226 -0
- package/dist/chunk-MQDWBPZU.js +972 -0
- package/dist/chunk-TPC7MYWK.js +1495 -0
- package/dist/chunk-XD2CQGSD.js +1540 -0
- package/dist/chunk-YI7RPDEV.js +1215 -0
- package/dist/core.types-lkxKv-bW.d.cts +242 -0
- package/dist/core.types-lkxKv-bW.d.ts +242 -0
- package/dist/debug/index.cjs +1248 -0
- package/dist/debug/index.d.cts +3 -0
- package/dist/debug/index.d.ts +3 -0
- package/dist/debug/index.js +20 -0
- package/dist/index-7SsAJ4et.d.ts +525 -0
- package/dist/index-BGxYqpFb.d.cts +601 -0
- package/dist/index-BX62efZu.d.ts +565 -0
- package/dist/index-Bbc3COw0.d.cts +748 -0
- package/dist/index-Bczz1Eyk.d.ts +637 -0
- package/dist/index-C7pEiT8L.d.cts +637 -0
- package/dist/index-CHetLTb0.d.ts +389 -0
- package/dist/index-CloeiFyx.d.ts +748 -0
- package/dist/index-DNOhq-3y.d.cts +525 -0
- package/dist/index-Da-M8FOV.d.cts +389 -0
- package/dist/index-Dy8UjRFz.d.cts +565 -0
- package/dist/index-aVcITW0B.d.ts +601 -0
- package/dist/index.cjs +8554 -0
- package/dist/index.d.cts +293 -0
- package/dist/index.d.ts +293 -0
- package/dist/index.js +742 -0
- package/dist/processing/index.cjs +1575 -0
- package/dist/processing/index.d.cts +2 -0
- package/dist/processing/index.d.ts +2 -0
- package/dist/processing/index.js +24 -0
- package/dist/retrieval/index.cjs +1262 -0
- package/dist/retrieval/index.d.cts +2 -0
- package/dist/retrieval/index.d.ts +2 -0
- package/dist/retrieval/index.js +26 -0
- package/dist/sharing/index.cjs +1003 -0
- package/dist/sharing/index.d.cts +3 -0
- package/dist/sharing/index.d.ts +3 -0
- package/dist/sharing/index.js +16 -0
- package/dist/stores/index.cjs +1445 -0
- package/dist/stores/index.d.cts +2 -0
- package/dist/stores/index.d.ts +2 -0
- package/dist/stores/index.js +20 -0
- package/dist/structures/index.cjs +1530 -0
- package/dist/structures/index.d.cts +3 -0
- package/dist/structures/index.d.ts +3 -0
- package/dist/structures/index.js +24 -0
- package/package.json +141 -0
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { A as AttentionScore, C as Concept, o as ConsolidatedMemory, l as Episode, E as EpisodicMemory, m as EpisodicMemoryEvents, i as HierarchicalMemory, r as HierarchicalMemoryEvents, s as HierarchicalSearchResult, g as LongTermMemory, p as LongTermMemoryEvents, M as MemoryLayer, R as Relationship, q as RoutingDecision, S as SemanticMemory, n as SemanticMemoryEvents, W as WorkingMemory, k as WorkingMemoryEvents, e as createEpisodicMemory, j as createHierarchicalMemory, h as createLongTermMemory, f as createSemanticMemory, d as createWorkingMemory } from '../index-Bbc3COw0.cjs';
|
|
2
|
+
import 'eventemitter3';
|
|
3
|
+
import '../core.types-lkxKv-bW.cjs';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
export { A as AttentionScore, C as Concept, o as ConsolidatedMemory, l as Episode, E as EpisodicMemory, m as EpisodicMemoryEvents, i as HierarchicalMemory, r as HierarchicalMemoryEvents, s as HierarchicalSearchResult, g as LongTermMemory, p as LongTermMemoryEvents, M as MemoryLayer, R as Relationship, q as RoutingDecision, S as SemanticMemory, n as SemanticMemoryEvents, W as WorkingMemory, k as WorkingMemoryEvents, e as createEpisodicMemory, j as createHierarchicalMemory, h as createLongTermMemory, f as createSemanticMemory, d as createWorkingMemory } from '../index-CloeiFyx.js';
|
|
2
|
+
import 'eventemitter3';
|
|
3
|
+
import '../core.types-lkxKv-bW.js';
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EpisodicMemory,
|
|
3
|
+
HierarchicalMemory,
|
|
4
|
+
LongTermMemory,
|
|
5
|
+
SemanticMemory,
|
|
6
|
+
WorkingMemory,
|
|
7
|
+
createEpisodicMemory,
|
|
8
|
+
createHierarchicalMemory,
|
|
9
|
+
createLongTermMemory,
|
|
10
|
+
createSemanticMemory,
|
|
11
|
+
createWorkingMemory
|
|
12
|
+
} from "../chunk-TPC7MYWK.js";
|
|
13
|
+
export {
|
|
14
|
+
EpisodicMemory,
|
|
15
|
+
HierarchicalMemory,
|
|
16
|
+
LongTermMemory,
|
|
17
|
+
SemanticMemory,
|
|
18
|
+
WorkingMemory,
|
|
19
|
+
createEpisodicMemory,
|
|
20
|
+
createHierarchicalMemory,
|
|
21
|
+
createLongTermMemory,
|
|
22
|
+
createSemanticMemory,
|
|
23
|
+
createWorkingMemory
|
|
24
|
+
};
|
package/package.json
ADDED
|
@@ -0,0 +1,141 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@lov3kaizen/agentsea-memory",
|
|
3
|
+
"version": "0.5.1",
|
|
4
|
+
"description": "Advanced memory management system for AI agents with semantic retrieval, hierarchical structures, and multi-agent support",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"main": "./dist/index.js",
|
|
7
|
+
"module": "./dist/index.mjs",
|
|
8
|
+
"types": "./dist/index.d.ts",
|
|
9
|
+
"exports": {
|
|
10
|
+
".": {
|
|
11
|
+
"import": {
|
|
12
|
+
"types": "./dist/index.d.mts",
|
|
13
|
+
"default": "./dist/index.mjs"
|
|
14
|
+
},
|
|
15
|
+
"require": {
|
|
16
|
+
"types": "./dist/index.d.ts",
|
|
17
|
+
"default": "./dist/index.js"
|
|
18
|
+
}
|
|
19
|
+
},
|
|
20
|
+
"./stores": {
|
|
21
|
+
"import": {
|
|
22
|
+
"types": "./dist/stores/index.d.mts",
|
|
23
|
+
"default": "./dist/stores/index.mjs"
|
|
24
|
+
},
|
|
25
|
+
"require": {
|
|
26
|
+
"types": "./dist/stores/index.d.ts",
|
|
27
|
+
"default": "./dist/stores/index.js"
|
|
28
|
+
}
|
|
29
|
+
},
|
|
30
|
+
"./retrieval": {
|
|
31
|
+
"import": {
|
|
32
|
+
"types": "./dist/retrieval/index.d.mts",
|
|
33
|
+
"default": "./dist/retrieval/index.mjs"
|
|
34
|
+
},
|
|
35
|
+
"require": {
|
|
36
|
+
"types": "./dist/retrieval/index.d.ts",
|
|
37
|
+
"default": "./dist/retrieval/index.js"
|
|
38
|
+
}
|
|
39
|
+
},
|
|
40
|
+
"./structures": {
|
|
41
|
+
"import": {
|
|
42
|
+
"types": "./dist/structures/index.d.mts",
|
|
43
|
+
"default": "./dist/structures/index.mjs"
|
|
44
|
+
},
|
|
45
|
+
"require": {
|
|
46
|
+
"types": "./dist/structures/index.d.ts",
|
|
47
|
+
"default": "./dist/structures/index.js"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
"./processing": {
|
|
51
|
+
"import": {
|
|
52
|
+
"types": "./dist/processing/index.d.mts",
|
|
53
|
+
"default": "./dist/processing/index.mjs"
|
|
54
|
+
},
|
|
55
|
+
"require": {
|
|
56
|
+
"types": "./dist/processing/index.d.ts",
|
|
57
|
+
"default": "./dist/processing/index.js"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"./sharing": {
|
|
61
|
+
"import": {
|
|
62
|
+
"types": "./dist/sharing/index.d.mts",
|
|
63
|
+
"default": "./dist/sharing/index.mjs"
|
|
64
|
+
},
|
|
65
|
+
"require": {
|
|
66
|
+
"types": "./dist/sharing/index.d.ts",
|
|
67
|
+
"default": "./dist/sharing/index.js"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"./debug": {
|
|
71
|
+
"import": {
|
|
72
|
+
"types": "./dist/debug/index.d.mts",
|
|
73
|
+
"default": "./dist/debug/index.mjs"
|
|
74
|
+
},
|
|
75
|
+
"require": {
|
|
76
|
+
"types": "./dist/debug/index.d.ts",
|
|
77
|
+
"default": "./dist/debug/index.js"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"files": [
|
|
82
|
+
"dist",
|
|
83
|
+
"README.md"
|
|
84
|
+
],
|
|
85
|
+
"dependencies": {
|
|
86
|
+
"eventemitter3": "^5.0.0",
|
|
87
|
+
"nanoid": "^5.0.0",
|
|
88
|
+
"lru-cache": "^10.0.0"
|
|
89
|
+
},
|
|
90
|
+
"peerDependencies": {
|
|
91
|
+
"@lov3kaizen/agentsea-core": ">=0.5.0",
|
|
92
|
+
"@lov3kaizen/agentsea-embeddings": ">=0.5.0"
|
|
93
|
+
},
|
|
94
|
+
"peerDependenciesMeta": {
|
|
95
|
+
"@lov3kaizen/agentsea-core": {
|
|
96
|
+
"optional": true
|
|
97
|
+
},
|
|
98
|
+
"@lov3kaizen/agentsea-embeddings": {
|
|
99
|
+
"optional": true
|
|
100
|
+
}
|
|
101
|
+
},
|
|
102
|
+
"optionalDependencies": {
|
|
103
|
+
"better-sqlite3": "^11.0.0",
|
|
104
|
+
"pg": "^8.11.0",
|
|
105
|
+
"ioredis": "^5.3.0",
|
|
106
|
+
"@pinecone-database/pinecone": "^2.0.0"
|
|
107
|
+
},
|
|
108
|
+
"devDependencies": {
|
|
109
|
+
"@types/better-sqlite3": "^7.6.8",
|
|
110
|
+
"@types/node": "^20.10.0",
|
|
111
|
+
"@types/pg": "^8.10.0",
|
|
112
|
+
"tsup": "^8.0.0",
|
|
113
|
+
"typescript": "^5.3.0",
|
|
114
|
+
"vitest": "^1.0.0"
|
|
115
|
+
},
|
|
116
|
+
"keywords": [
|
|
117
|
+
"memory",
|
|
118
|
+
"ai",
|
|
119
|
+
"agents",
|
|
120
|
+
"semantic-retrieval",
|
|
121
|
+
"vector-database",
|
|
122
|
+
"llm",
|
|
123
|
+
"agentsea"
|
|
124
|
+
],
|
|
125
|
+
"author": "lov3kaizen",
|
|
126
|
+
"license": "MIT",
|
|
127
|
+
"repository": {
|
|
128
|
+
"type": "git",
|
|
129
|
+
"url": "https://github.com/lov3kaizen/agentsea.git",
|
|
130
|
+
"directory": "packages/memory"
|
|
131
|
+
},
|
|
132
|
+
"scripts": {
|
|
133
|
+
"build": "tsup src/index.ts src/stores/index.ts src/retrieval/index.ts src/structures/index.ts src/processing/index.ts src/sharing/index.ts src/debug/index.ts --format cjs,esm --dts --clean --external better-sqlite3 --external pg --external ioredis --external @pinecone-database/pinecone",
|
|
134
|
+
"dev": "tsup --watch",
|
|
135
|
+
"typecheck": "tsc --noEmit",
|
|
136
|
+
"test": "vitest run",
|
|
137
|
+
"test:watch": "vitest",
|
|
138
|
+
"lint": "eslint src/",
|
|
139
|
+
"clean": "rm -rf dist"
|
|
140
|
+
}
|
|
141
|
+
}
|