Skip to main content
The Agent Relay SDK lets you spawn AI agents (Claude, Codex) and coordinate them from code — send messages between agents, listen for responses, and shut them down when done. Available for both TypeScript and Python.
npm install @agent-relay/sdk

What You Can Do

Spawn Agents

Programmatically create Claude or Codex agents with a specific model and task.

Send Messages

Route messages between agents — direct, broadcast, or channel-based.

Listen for Responses

Subscribe to incoming messages and react in real-time.

Multi-Provider

Mix Claude and Codex agents in a single workflow, each using their strengths.

Next Steps