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. It helps developers build multi-agent systems that communicate, coordinate, and recover at runtime rather than following fixed workflows.
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 inside Firecracker micro-VMs. It is designed for workflows that need machine-level isolation, private networking between sandboxes, and programmatic control through SDK, CLI, or MCP.
ByteAsk is a terminal-first AI coding agent for C and C++ that edits repositories and verifies changes with the real compiler, debugger, sanitizers, and tests before showing a diff. It offers a free tier plus paid plans, with editor connectors and zero-retention handling described in the source.
hob is an independent workspace for coding agents that keeps agent sessions, terminals, history, and follow-up work organized around the tools and providers you already use. It is aimed at developers who want local control over routing, history, and workspace structure rather than a bundled model stack.
Manta AI is an autonomous web app testing tool for teams that want to map application behavior, catch regressions, and generate tests without writing scripts or maintaining selectors. It works from a URL and supports plain-English test flows, run results with screenshots, and scheduled or deployment-triggered checks.
SonOf connects to your repo and PM tool, audits the codebase and surrounding product context, and turns approved work into shipped tickets with senior engineering review. It is aimed at founders and engineering leaders who need backlog help without hiring a full team immediately.
Ghost est un assistant IA en terminal pour discuter, générer du code et lancer des tâches en ligne de commande. Modèles gratuits, Linux, macOS, Windows, open source.