forked from caura-ai/caura
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1011 Bytes
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1011 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "caura",
"private": true,
"version": "0.0.0",
"description": "Production-grade persistent memory platform for OpenClaw agents. Agents store and retrieve memories via semantic search, with entity/relationship graphs and tenant isolation.",
"main": "index.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caura-ai/caura.git"
},
"keywords": [
"memory",
"llm",
"agents",
"ai-agents",
"mcp",
"model-context-protocol",
"openclaw",
"vector-search",
"pgvector",
"postgres",
"semantic-search",
"knowledge-graph"
],
"author": "Caura",
"license": "Apache-2.0",
"type": "commonjs",
"bugs": {
"url": "https://github.com/caura-ai/caura/issues"
},
"homepage": "https://github.com/caura-ai/caura#readme",
"devDependencies": {
"@playwright/test": "^1.62.1"
}
}