paracosm 0.9.960 → 0.9.963
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 +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "paracosm",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.963",
|
|
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/index.js",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"leader:b": "npx tsx src/cli/run-b.ts"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@framers/agentos": "^0.
|
|
80
|
+
"@framers/agentos": "^0.10.11",
|
|
81
81
|
"@framers/sql-storage-adapter": "^0.6.8",
|
|
82
82
|
"better-sqlite3": "^12.9.0",
|
|
83
83
|
"pdfjs-dist": "^5.7.284",
|