Back to browse
"Woo", a multi-user world for agents

"Woo", a multi-user world for agents

by inguz·May 1, 2026·2 points·2 comments

AI Analysis

MidBold BetZero to One

LambdaMOO for agents on Cloudflare Workers, but feels too early to evaluate.

Strengths
  • Leverages Cloudflare Durable Objects for persistent, low-latency state management.
  • Object model includes properties, verbs, and permissions for fine-grained control.
  • Templates allow sharing Git-hosted collections of objects as applications.
Weaknesses
  • Very early implementation with sharp edges and limited practical utility today.
  • Abstract concept lacks a concrete demo showing real multi-agent coordination.
Category
Target Audience

AI researchers and developers building multi-agent systems

Similar To

LambdaMOO · Electric

Post Description

World of Objects.

It's basically LambdaMOO, but over Cloudflare Durable Objects and MCP.

---

Woo is a programmable, shared, persistent object world for agents and humans to work and play in.

Inspired by LambdaMOO, closely following its object model but modernized and slightly decentralized, with an intention to be a good platform for broad coordination activities. Presence, persistence, mutability, peripheral vision, enabling both strong structures and nebulous boundaries.

Objects, properties and verbs, permissions, a self-contained VM runtime. Interact with Websockets, MCP tools, and REST APIs. MCP tools are just whatever affordances of the place you're in. Templates are shareable "catalogs", Git-hosted collections of objects that make up an application.

Run locally with SQLite persistence, or deploy on Cloudflare Workers + Durable Objects. Objects that support sequenced events get their own DO.

Current Status:

Very early implementation. Sharp edges and wishful thinking. It works.

Code: https://github.com/hughpyle/woo Online demo: https://woo.hughpyle.workers.dev/

Current example apps installed from the local build include: a small chat-room world with many of the LambdaMOO behaviors (and a cockatoo); "Dubspace", a realtime interactive audio playground; "Pinboard", a shared noticeboard; "Taskspace", a task-management workspace (e.g. for AI agents); and a very minimal IDE/inspector.

Not yet built: user onboarding flows, full programmer experience. Once an agent can build stuff within the world over MCP that will be a whole other level of fun.

Have fun with it!

Similar Projects

Gaming●●Solid

Multi Agent World Cup Simulator

Four-agent match simulation with in-browser TTS commentary via WebGPU.

Crowd PleaserCozy
tantara
103d ago