Skip to main content

Orchestration

CodeWire provides structured coordination primitives for LLM-driven multi-agent workflows — no polling, no output parsing.

Tags

Label sessions at launch for filtering and coordination.
Tags are used by list, kill, wait, and subscribe for filtering.

subscribe

Subscribe to real-time session events. Events stream until disconnect.

Event Types

wait

Block until sessions complete. Replaces polling.

Supervisor Pattern

One orchestrator launches and waits on tagged worker sessions.

Multi-Agent Patterns