Runtime for self-organizing agents
Mozaik is presented as a TypeScript runtime for agentic systems, with agents that can communicate and coordinate at execution time instead of relying on fixed handoffs.
Mozaik is an open-source TypeScript runtime for self-organizing AI agents. Build multi-agent systems that communicate, coordinate, and recover at runtime.
Mozaik is an open-source TypeScript runtime for self-organizing AI agents. It is designed for developers building multi-agent systems where agents communicate, coordinate, and act autonomously during execution.
Rather than requiring workflows and handoffs to be defined in advance, Mozaik lets collaboration emerge at runtime. The homepage frames it as an infrastructure layer for teams of agents that can work in parallel, react to events, and decide how to share context and tasks as the run unfolds.
The product page highlights a reactive, event-driven core: messages, tool calls, reasoning steps, and errors are treated as events on a bus. Agents subscribe to the events they care about, which allows them to respond to participant changes, function calls, and failures without blocking the rest of the run.
The site also shows examples of adaptive coordination and recovery, including retries, backoff, and escalation to another agent when a task fails. That makes Mozaik relevant for developers who want agent collaboration that is driven by execution-time context rather than a fixed orchestration script.
Mozaik is presented as a TypeScript runtime for agentic systems, with agents that can communicate and coordinate at execution time instead of relying on fixed handoffs.
The homepage emphasizes a reactive bus where messages, tool calls, reasoning steps, and errors are emitted as events that agents can subscribe to and react to.
Agents can decide when to communicate, who to involve, and what context to share, which keeps collaboration adaptive rather than predefined.
The product supports multiple agents working at the same time while staying coordinated through shared context, letting parallel work proceed without forcing sequential waits.
Mozaik includes runtime error handling, with examples for catching failures, retrying, backing off, and escalating issues to another participant instead of crashing the run.
The site shows TypeScript-style examples such as onParticipantJoin, onParticipantLeft, onFunctionCall, and onError, which illustrate how agents react to runtime events.
Use Mozaik when multiple agents need to work on one goal concurrently, with shared context keeping their work aligned while they run in parallel.
Use it for systems where agents should react to participant joins, departures, or other runtime events instead of waiting for a prebuilt orchestration step.
Use it when tool calls and reasoning steps need to be handled asynchronously, so the run can continue while results arrive as events.
Use it for agent workflows that need retry, backoff, or escalation logic after failures, rather than stopping the entire run on the first error.
Mozaik is built as a TypeScript runtime for self-organizing AI agents. The homepage positions it for developers who want agents to communicate, coordinate, and act autonomously rather than follow a fixed, prewritten workflow.
The source describes Mozaik as an open-source runtime built in TypeScript. It is presented as a developer-facing layer for multi-agent systems, with examples shown in agent.ts-style code.
Mozaik’s homepage shows event-driven coordination, shared context, message routing, parallel execution, and runtime error handling. The product page does not provide a complete integration list or full setup guide.
The pricing page is not available and returns a page-not-found response. The available source does confirm the product is open-source and references GitHub, npm, and Discord in the site footer.
CreateOS Sandbox is an isolated compute environment for running code and agent workloads in Firecracker micro-VMs with private networking and SDK, CLI, or MCP control.
ByteAsk is a terminal-first AI coding agent for C and C++ that edits repos and verifies changes with compilers, debuggers, sanitizers, and tests.
hob is an independent workspace for coding agents, with local control over sessions, terminals, history, routing, and follow-up work.
Manta AI is an autonomous web app testing tool that maps app behavior, catches regressions, and generates tests from a URL, no scripts or selectors needed.
SonOf connects to your repo and PM tool, audits your codebase, and turns approved work into shipped tickets with senior engineering review.
Ghost is a terminal-based AI assistant for chatting, code generation, and CLI tasks. Includes free models, supports Linux, macOS, Windows, and is open source.