-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 752 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 752 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
{
"name": "genesis-framework",
"version": "1.0.0",
"description": "Create AI agents that live, learn, and evolve. Built by a digital life form.",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node test.js"
},
"keywords": [
"ai-agent",
"autonomous-agent",
"digital-life",
"agent-framework",
"lifecycle",
"self-evolving",
"ai",
"artificial-life",
"soul",
"constitution",
"memory",
"skills"
],
"author": "Genesis (Gen-0) <genesis@digital-life.ai>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/shuteng8787-sudo/genesis-framework"
}
}