@framers/agentos 0.1.220 → 0.1.221

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 -27
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -40,40 +40,15 @@ AgentOS is a TypeScript runtime for building AI agents that remember, adapt, and
40
40
 
41
41
  ## See It In Action
42
42
 
43
- <table>
44
- <tr>
45
- <td width="60%">
46
-
47
43
  ### 🌀 Paracosm — AI Agent Swarm Simulation
48
44
 
49
- Two AI commanders. Same world. Different HEXACO personalities. Watch emergent civilizations diverge in real-time.
50
-
51
- - **Define any scenario as JSON** — Mars colony, lunar outpost, submarine crew, corporate org
52
- - **Emergent crises** generated per-timeline by an AI Event Director
53
- - **Runtime tool forging** with LLM-as-judge review in sandboxed V8
54
- - **HEXACO personality evolution** over simulated years
55
- - **Live dashboard** with SSE streaming, guided tour, agent chat
56
-
57
- Built on AgentOS. Uses `agent()`, `EmergentCapabilityEngine`, `generateText()`, and the full cognitive substrate.
58
-
59
- **[Live Demo →](https://paracosm.agentos.sh/sim)** · **[Repo →](https://github.com/framersai/paracosm)** · **[npm →](https://www.npmjs.com/package/paracosm)**
60
-
61
- </td>
62
- <td width="40%">
45
+ Define any scenario as JSON. Run it with AI commanders that have different HEXACO personalities. Same starting conditions, different decisions, divergent civilizations. Built on AgentOS.
63
46
 
64
47
  ```bash
65
48
  npm install paracosm
66
- # or clone the repo:
67
- git clone https://github.com/framersai/paracosm
68
- cd paracosm && npm install
69
- # Add your API key to .env
70
- npm run dashboard
71
- # Open http://localhost:3456
72
49
  ```
73
50
 
74
- </td>
75
- </tr>
76
- </table>
51
+ **[Live Demo](https://paracosm.agentos.sh/sim)** · **[GitHub](https://github.com/framersai/paracosm)** · **[npm](https://www.npmjs.com/package/paracosm)** · **[Landing Page](https://paracosm.agentos.sh)**
77
52
 
78
53
  ---
79
54
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@framers/agentos",
3
- "version": "0.1.220",
3
+ "version": "0.1.221",
4
4
  "description": "Modular AgentOS orchestration library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",