dejadb 0.0.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/README.md +5 -0
- package/index.js +3 -0
- package/package.json +8 -0
package/README.md
ADDED
package/index.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "dejadb",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "DejaDB — a memory database for AI agents. Name reservation; the first real release is under active development.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"license": "Apache-2.0",
|
|
7
|
+
"keywords": ["memory", "agents", "ai", "database", "context"]
|
|
8
|
+
}
|