Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs(docs/ai-coder/agent-relay): reorder architecture image and add w…
…orkflow diagram
  • Loading branch information
mattvollmer committed Sep 11, 2026
commit f40ebaa0e88f2d7113cedd8fda42e560aa91bede
4 changes: 3 additions & 1 deletion docs/ai-coder/agent-relay/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,16 @@ Agent Relay connects a cloud-hosted AI coding agent's hosted sessions to self-ho
Developers keep the cloud agent's client and workflow.
Coder provides the workspace where the agent's tool calls run.

<img src="../../images/guides/ai-agents/agent-relay-stack.png" alt="Agent Relay architecture diagram" style="border: none;">

## What Agent Relay does

Agent Relay watches for pending agent sessions from a supported provider.
When a session starts, Agent Relay provisions a Coder workspace from a mapped template and connects the session to a worker process inside that workspace.
The worker executes the agent's tool calls, such as reading files, running commands, and using development tools, against the resources available in that workspace.
Agent Relay manages the workspace for the life of the session and tears it down when the session ends.

<img src="../../images/guides/ai-agents/agent-relay-stack.png" alt="Agent Relay architecture diagram" style="border: none;">
<img src="../../images/guides/ai-agents/agent-relay-workflow.png" alt="Agent Relay workflow diagram" style="border: none;">

## What Agent Relay is and isn't

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.