paracosm 0.8.698 → 0.8.703
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 +20 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "paracosm",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.703",
|
|
4
4
|
"description": "Agent swarm simulation for structured world modeling with LLMs. Multi-agent worlds with HEXACO personalities, deterministic kernels, runtime tool forging, and reproducible forkable RunArtifacts. Built on AgentOS.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/engine/index.js",
|
|
@@ -100,10 +100,15 @@
|
|
|
100
100
|
},
|
|
101
101
|
"keywords": [
|
|
102
102
|
"paracosm",
|
|
103
|
+
"agent-swarm",
|
|
104
|
+
"agent-swarm-simulation",
|
|
105
|
+
"multi-agent-simulation",
|
|
106
|
+
"multi-agent",
|
|
103
107
|
"world-model",
|
|
104
108
|
"structured-world-model",
|
|
105
109
|
"llm-world-model",
|
|
106
110
|
"llm-readable-world-model",
|
|
111
|
+
"world-modeling",
|
|
107
112
|
"prompt-to-world-model",
|
|
108
113
|
"prompt-to-simulation",
|
|
109
114
|
"http-api",
|
|
@@ -111,23 +116,33 @@
|
|
|
111
116
|
"cwsm",
|
|
112
117
|
"digital-twin",
|
|
113
118
|
"decision-simulation",
|
|
119
|
+
"scenario-simulation",
|
|
114
120
|
"simulation",
|
|
115
|
-
"
|
|
121
|
+
"ai-simulation",
|
|
122
|
+
"ai-agent-simulation",
|
|
116
123
|
"ai-agents",
|
|
117
124
|
"llm-agents",
|
|
118
125
|
"agent-based-modeling",
|
|
126
|
+
"abm",
|
|
119
127
|
"emergent-behavior",
|
|
120
128
|
"tool-forging",
|
|
129
|
+
"runtime-tool-forging",
|
|
121
130
|
"hexaco",
|
|
122
131
|
"personality",
|
|
123
132
|
"agentos",
|
|
124
|
-
"
|
|
133
|
+
"framers-agentos",
|
|
134
|
+
"typescript",
|
|
135
|
+
"framers",
|
|
136
|
+
"frame-dev"
|
|
125
137
|
],
|
|
126
138
|
"author": "Manic Agency LLC <team@frame.dev>",
|
|
127
139
|
"license": "Apache-2.0",
|
|
128
140
|
"repository": {
|
|
129
141
|
"type": "git",
|
|
130
|
-
"url": "https://github.com/framersai/paracosm"
|
|
142
|
+
"url": "git+https://github.com/framersai/paracosm.git"
|
|
143
|
+
},
|
|
144
|
+
"bugs": {
|
|
145
|
+
"url": "https://github.com/framersai/paracosm/issues"
|
|
131
146
|
},
|
|
132
|
-
"homepage": "https://agentos.sh
|
|
147
|
+
"homepage": "https://paracosm.agentos.sh"
|
|
133
148
|
}
|