simulacra

misakaikato/simulacra
★ 0 stars TypeScript AI/LLM Updated 3d ago
Typed, event-sourced kernel for LLM-driven social simulation with a built-in robustness-audit harness. CLI, HTTP API, MCP server, GUI.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "simulacra": {
      "command": "npx",
      "args": [
        "-y",
        "misakaikato/simulacra"
      ]
    }
  }
}

README Excerpt

<p align="center"><img src="docs/banner.jpg" alt="simulacra" width="100%"></p> A typed, event-sourced kernel for LLM-driven social simulation, with a robustness-audit harness built in. Simulacra runs populations of agents whose decisions come from language models, rules, or cheap surrogates, records every observation, decision, and state change as a typed event, and then asks the question most simulation papers skip: does the conclusion survive perturbation?

Tools (1)

donate

Topics

agent-based-modelingbunllmmulti-agentrobustnesssimulationsocial-simulationtypescript