mirror of
https://github.com/coder/coder.git
synced 2026-06-03 04:58:23 +00:00
77c80c30c0
Adds a new documentation page at `docs/ai-coder/agents.md` describing Coder Agents — the built-in chat interface, API, and lightweight AI coding agent that runs in the Coder control plane. ## What's included - Overview of what Coder Agents is and who it's for (regulated industries, platform teams, existing Coder deployments) - How the architecture works (agent loop in coderd, outbound to LLM providers, connects to workspaces via existing daemon connection) - Key features: automatic template/workspace selection, sub-agents, chat persistence, message queuing - Security benefits of the control plane architecture (no API keys in workspaces, simpler network boundaries, centralized enforced control, user identity attached) - LLM provider support table (verified against `coderd/chatd/chatprovider/chatprovider.go`) - Built-in tools reference - Comparison to Coder Tasks - Product status (internal preview, early access next)