AI Agents

NoLag is the realtime coordination layer for AI agent systems. Your agents connect over the same pub/sub infrastructure that powers every NoLag realtime app, so they coordinate with each other, with your services, and with a human in the loop, all in realtime.

It is framework-agnostic. Run it underneath LangGraph, CrewAI, AutoGen, or your own agent loop.

What NoLag gives an agent system

  • Dispatch work to agents. Route tasks to the right agent using topics and filters.
  • Share state between agents in realtime, so every agent sees the same picture.
  • Observe decisions and progress live. Stream an agent's steps to a UI or to another agent.
  • Gate actions behind human or agent approval before they run.

The @nolag/agents SDK packages these into six coordination patterns: Handoff, Inbox, Blackboard, Observe, Approve, and Tools.

In this section

New to NoLag?

Start with the Quick Start to learn the core connect, subscribe, and publish flow, then wire it into your agents.