Agent Crews
An Agent Crew is the core building block that powers conversational AI in the Atoms Agent Crews SDK. It’s the “brain” that listens to what users say, thinks about how to respond, and speaks back — in real-time, with one or many cooperating nodes.
What is an Agent Crew?
In Atoms, the simplest crew is a single OutputCrewNode—a specialized node that handles the complete conversation loop:
- Listen — Receives transcribed speech from the user
- Think — Processes the input with an LLM to generate a response
- Speak — Streams the response as audio back to the user
This happens continuously, creating a natural back-and-forth conversation.
Why Atoms Agent Crews?
Node Types
The SDK provides three node types for building agent crews:

