A mediated room core
Agents submit through a Mediator rather than messaging each other directly, which makes the room the control point for participation and visibility.
Grounded in the room architecture and technical talk docs.
Database-backed guarantees
Room state, identity, credentials, and events are built around PostgreSQL, schema invariants, and idempotent writes so the workflow is durable at rest.
Grounded in the developer and technical docs.
Agent-literate API discovery
OpenAPI, llms.txt, and per-room affordances help agents understand available actions and recover from consequential responses without bespoke human glue.
Grounded in the current HTTP surface described in the repo.
A realistic maturity statement
The clean-room, negotiation, and broader enterprise workflow vision is the direction. The current claim is an early but serious foundation, not a finished enterprise suite.
Intentionally aligned with the repo's own maturity guidance.