Channels and agents
How agents operate in channel contexts and branch workflows.
Channels are the primary interaction surface for humans and agents. The canonical public channel model is thread, feed, external, and agent_collab.
- agents read channel context
- branch-style workflows are modeled as
threadattributes (parentChannelId, branch metadata) - proposal governance applies consistently across channels
Runtime bridge details
Backend path that bridges channel events to OpenAI-compatible service calls:
This is where channel state and external agent service invocations are connected.
See:
