
Mozaik by JigJoy is an open-source TypeScript runtime enabling AI agents to communicate, coordinate, and act autonomously at runtime for seamless multi-agent collaboration.
Multi-agent task orchestration
Run multiple specialized agents (e.g., Researcher, Writer, Critic, Auditor) concurrently on a single goal without hardcoded handoffs.
Event-driven automation
Build systems where agents react to messages, tool calls, reasoning steps, or errors as they happen on a shared event bus.
Resilient production pipelines
Use intelligent recovery to catch and retry errors at runtime, preventing a single failure from crashing the entire run.
Parallel collaboration
Enable agents to work simultaneously (e.g., search, draft, review, ship) while staying coordinated through shared context.
Claude agent orchestration
Power products like Baro, a Claude agent orchestrator that runs ten specialized participants concurrently over a single Mozaik bus.
Agent awareness
Agents know exactly who is in the room and can react when a participant joins or leaves, reassigning open tasks automatically.
Intelligent communication
Agents decide when to communicate, who to involve, and what context to share, routing messages dynamically (e.g., Researcher to Writer with context, skipping Critic).
Parallel by default
Multiple agents work at the same time while staying coordinated through shared context, without blocking each other.
Adaptive runtime coordination
Collaboration paths emerge at runtime instead of being predicted upfront, allowing agents to adapt to changing conditions.
Event-driven core
Every message, tool call, reasoning step, and error is an event on the bus; agents subscribe only to events they care about and react instantly.
Fire and forget
Run inference and move on—results come back as events, and agents react to the ones they care about while everything else keeps running.
Intelligent recovery
Agents capture every event including system errors, using `onError` and `onParticipantError` to catch failures, back off, retry, or escalate to a teammate instead of crashing.
Collaboration layer for agents
Provides the infrastructure autonomous agents need to communicate, coordinate, and work together as a real team.
Agent instance in TypeScript, define event handlers (e.g., onParticipantJoin, onFunctionCall, onError), and deploy agents that communicate over the shared event bus. No sign-up or pricing details are provided on the site.Mozaik by JigJoy is an open-source TypeScript runtime enabling AI agents to communicate, coordinate, and act autonomously at runtime for seamless multi-agent collaboration.
Category:Multi-agent collaboration
Visit Link:https://mozaik.jigjoy.ai/
Tags:open-source、TypeScript runtime、multi-agent collaboration、AI agents、autonomous agents