paracosm 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/package.json +13 -0
package/package.json
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "paracosm",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Multi-agent simulation engine with emergent behavior, personality-driven divergence, and runtime tool forging. Built on AgentOS.",
|
|
5
|
+
"keywords": ["simulation", "multi-agent", "ai-agents", "emergent-behavior", "hexaco", "personality", "tool-forging", "agentos", "paracosm"],
|
|
6
|
+
"author": "Manic Agency LLC <team@frame.dev>",
|
|
7
|
+
"license": "MIT",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "https://github.com/framersai/paracosm"
|
|
11
|
+
},
|
|
12
|
+
"homepage": "https://agentos.sh"
|
|
13
|
+
}
|