docs: update ai agents with module links (#18368)

Updated with module links.
- [ ] Still missing the Amazon Q agent.


[preview](https://coder.com/docs/@atif%2Fai-agents-modules/ai-coder/agents#types-of-coding-agents)

---------

Co-authored-by: Edward Angert <EdwardAngert@users.noreply.github.com>
This commit is contained in:
Atif Ali
2025-06-18 01:19:42 +05:00
committed by GitHub
parent 1672eeb0eb
commit 9cbe02e8b7

View File

@ -45,17 +45,17 @@ Additionally, with Coder, headless agents benefit from:
- Resource monitoring and limits to prevent runaway processes. - Resource monitoring and limits to prevent runaway processes.
- API-driven management for enterprise automation. - API-driven management for enterprise automation.
| Agent | Supported models | Coder integration | Notes | | Agent | Supported models | Coder integration | Notes |
|---------------|---------------------------------------------------------|---------------------------|-----------------------------------------------------------------------------------------------| |---------------|---------------------------------------------------------|-----------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------|
| Claude Code ⭐ | Anthropic Models Only (+ AWS Bedrock and GCP Vertex AI) | First class integration ✅ | Enhanced security through workspace isolation, resource optimization, task status in Coder UI | | Claude Code ⭐ | Anthropic Models Only (+ AWS Bedrock and GCP Vertex AI) | [First class integration](https://registry.coder.com/modules/coder/claude-code) ✅ | Enhanced security through workspace isolation, resource optimization, task status in Coder UI |
| Goose | Most popular AI models + gateways | First class integration | Simplified setup with Terraform module, environment consistency | | Goose | Most popular AI models + gateways | [First class integration](https://registry.coder.com/modules/coder/goose) ✅ | Simplified setup with Terraform module, environment consistency |
| Aider | Most popular AI models + gateways | In progress ⏳ | Coming soon with workspace resource optimization | | Aider | Most popular AI models + gateways | [First class integration](https://registry.coder.com/modules/coder/aider) ✅ | Simplified setup with Terraform module, environment consistency |
| OpenHands | Most popular AI models + gateways | In progress ⏳ ⏳ | Coming soon | | OpenHands | Most popular AI models + gateways | In progress ⏳ ⏳ | Coming soon |
[Claude Code](https://github.com/anthropics/claude-code) is our recommended [Claude Code](https://github.com/anthropics/claude-code) is our recommended
coding agent due to its strong performance on complex programming tasks. coding agent due to its strong performance on complex programming tasks.
> [!INFO] > [!TIP]
> Any agent can run in a Coder workspace via our [MCP integration](./headless.md), > Any agent can run in a Coder workspace via our [MCP integration](./headless.md),
> even if we don't have a specific module for it yet. > even if we don't have a specific module for it yet.
@ -66,11 +66,11 @@ In-IDE agents run within development environments like VS Code, Cursor, or Winds
These are ideal for exploring new codebases, complex problem solving, pair programming, These are ideal for exploring new codebases, complex problem solving, pair programming,
or rubber-ducking. or rubber-ducking.
| Agent | Supported Models | Coder integration | Coder key advantages | | Agent | Supported Models | Coder integration | Coder key advantages |
|-----------------------------|-----------------------------------|--------------------------------------------------------------|----------------------------------------------------------------| |-----------------------------|-----------------------------------|------------------------------------------------------------------------|----------------------------------------------------------------|
| Cursor (Agent Mode) | Most popular AI models + gateways | ✅ [Cursor Module](https://registry.coder.com/modules/cursor) | Pre-configured environment, containerized dependencies | | Cursor (Agent Mode) | Most popular AI models + gateways | ✅ [Cursor Module](https://registry.coder.com/modules/coder/cursor) | Pre-configured environment, containerized dependencies |
| Windsurf (Agents and Flows) | Most popular AI models + gateways | ✅ via Remote SSH | Consistent setup across team, powerful cloud compute | | Windsurf (Agents and Flows) | Most popular AI models + gateways | ✅ [Windsurf Module](https://registry.coder.com/modules/coder/windsurf) | Consistent setup across team, powerful cloud compute |
| Cline | Most popular AI models + gateways | ✅ via VS Code Extension | Enterprise-friendly API key management, consistent environment | | Cline | Most popular AI models + gateways | ✅ via VS Code Extension | Enterprise-friendly API key management, consistent environment |
## Agent status reports in the Coder dashboard ## Agent status reports in the Coder dashboard