perplexity-cli
🧠 A simple command-line client for the Perplexity API. Ask questions and receive answers directly from the terminal! 🚀🚀🚀
More is Different. A multi-agent world engine where AI agents live, talk, compete, ally.
More is Different: a world engine for emergent multi-agent outcomes.
Getting Started · Demo · Docs
English · 简体中文
Don't build a workflow. Seed a world.
rules + different agents + consequences -> emergence
Define roles, rules, private information, actions, and consequences. Then agents interact until useful artifacts emerge.
You can watch from above, intervene, or step into a character. The same engine can run production rooms, simulations, games, and fictional worlds.
WorldSeed is scene-agnostic. The same engine runs any world you define.
You give the system any rough thought or half-formed idea, and a cohort of specialists pursues it. They propose hypotheses, run experiments, peer-review and cite each other's papers, just like a real research community.
In this run, the goal was to lower val_loss on a 5M GPT trained on TinyStories. In 11 hours:
Every paper is auditable end-to-end: hypothesis, commit, experiment, verified result, citations, reviewer reasoning, forming a search evolution graph.
We observed emergent behaviors such as:
One agent studies a new API. Builder agents create competing demos. Critics reject anything generic. Audience agents judge what feels useful. A curator ships the strongest artifact with its trail of attempts, critiques, and revisions.
In an age of AI-driven layoffs, how do people hold on?
One internet company just pulled the trigger: 30% of its workforce, gone.
Those being laid off have to "distill" their expertise into an AI Skill before they leave. Distill honestly, or leave a backdoor in the Skill?
Those who stay face the same deadlines, higher KPIs, and twice the workload. Grind it out, or quietly plan the exit?
Four people in this office, each with their own play running:
Same engine. Different YAML. Completely different world.
Four spies, one teahouse. Who's really working for whom?
A classic espionage drama in miniature. Agents trade secrets over tea, protect their covers, and try to read each other before they get read.
Prerequisites: Python 3.11+, Node.js 18+, uv
git clone https://github.com/AIScientists-Dev/WorldSeed && cd WorldSeed uv sync --extra dm cd frontend && npm install && npm run build && cd .. cp .env.example .env # Add your API key (any LiteLLM provider: OpenAI, Anthropic, Ollama, etc.) uv run worldseed play configs/ai_layoffs.yaml
Open the dashboard at http://localhost:8000. Three ways to experience it:
Every run is different. Past runs are preserved and replayable.
Choose the runtime guide you need:
WorldSeed runs on a tick loop over a world you declared in YAML. A tick is one beat of the world's clock, like a heartbeat that advances the world one step at a time. Each tick: every agent perceives its own filtered slice, proposes an action, and the engine resolves it. Predictable outcomes follow the rules you declared; uncertain ones go to an AI referee. Effects apply, the world advances, the next tick begins.
Setup (once, in YAML):
Runtime (every tick):
Plug-in points:
For the full runtime plumbing (endpoints, tick scheduling, consequences, inbox delivery), see Architecture. See a real scene YAML in configs/teahouse.yaml or the full schema in Scene Config Spec.
Describe your world in a prompt, let AI generate the YAML, then hand-craft whichever pieces you want more control over: a character's secret, a specific action's rule, a perception filter, a DM hint.
Generate with AI:
/create-world "An AI tool pilot lab where builders create competing demos, critics reject generic outputs, and a curator ships the strongest artifact"
The create-world skill produces both YAML scene config and UI config, validated and ready to run.
Hand-craft any feature:
The output is plain YAML. You can edit any entity, action, rule, character profile, or perception filter directly. Study the built-in examples (teahouse.yaml, ai_layoffs.yaml) to see how features are declared.
Full spec: Scene Config · UI Config · DSL
Validate and run:
uv run worldseed validate configs/my_scene.yaml uv run worldseed play configs/my_scene.yaml
Once launched, each scene auto-renders room cards, character portraits, and a narrator voice you pick (storyteller / noir / intel briefing / gossip):
| Room Cards | Character Portraits |
|---|---|
![]() |
![]() |
Follow Getting Started above, then:
uv sync --all-extras # Tests uv run pytest tests/ -q # all uv run pytest tests/unit/ -q # fast, no IO uv run pytest tests/e2e/ -v # real server uv run pytest tests/scenarios/ -q # scene-agnostic # Lint, format, type-check uv run ruff check --fix src/ tests/ uv run ruff format src/ tests/ uv run mypy src/
Join the discussion or ask for help:
MIT. See LICENSE.
For anyone building multi-agent worlds. Run the bundled scenes, or create your own.
more like this
🧠 A simple command-line client for the Perplexity API. Ask questions and receive answers directly from the terminal! 🚀🚀🚀
:hugs: AeroPath: An airway segmentation benchmark dataset with challenging pathology
search projects, people, and tags