Agents
An Agent is the core component that powers conversational AI in the Atoms SDK. It’s the “brain” that listens to what users say, thinks about how to respond, and speaks back—all in real-time.
What is an Agent?
In Atoms, an agent is implemented as an OutputAgentNode—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 Agents?
Node Types
The SDK provides three node types for building agents:

