paracosm 0.7.450 → 0.7.452

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -465,9 +465,9 @@ Non-SSE consumers (curl, Python integrations, third-party dashboards) can run a
465
465
 
466
466
  ```bash
467
467
  export PARACOSM_ENABLE_SIMULATE_ENDPOINT=true
468
- npx paracosm serve # or bring up your own server via createMarsServer
468
+ paracosm dashboard # or bring up your own server via createMarsServer
469
469
 
470
- curl -s -X POST http://localhost:5188/simulate \
470
+ curl -s -X POST http://localhost:3456/simulate \
471
471
  -H 'Content-Type: application/json' \
472
472
  -H 'X-Anthropic-Key: sk-ant-...' \
473
473
  -d '{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "paracosm",
3
- "version": "0.7.450",
3
+ "version": "0.7.452",
4
4
  "description": "Prompt/document/URL-grounded structured world model for AI agents: typed ScenarioPackages, deterministic kernels, HEXACO leaders, LLM events, runtime tool forging, and reproducible counterfactual RunArtifacts. Built on AgentOS.",
5
5
  "type": "module",
6
6
  "main": "dist/engine/index.js",