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

Skip to content
Draft
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
Prev Previous commit
Next Next commit
Apply suggestions from code review
Co-authored-by: Ben Potter <[email protected]>
  • Loading branch information
matifali and bpmct authored Sep 8, 2025
commit d1af71f368f8ff7f903d372350a56b5193242e3d
2 changes: 1 addition & 1 deletion docs/ai-coder/tasks.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Each task runs inside its own Coder workspace for isolation purposes. Agents lik

![High-Level Architecture](../images/guides/ai-agents/architecture-high-level.png)

Coder's [custom-built modules for agents](https://registry.coder.com/modules?search=tag%3Atasks) will pre-install the agent alongside [AgentAPI](https://github.com/coder/agentapi). AgentAPI is an open source project developed by Coder which improves status reporting and the Chat UI, regardless of which agent you use.
Coder's [pre-built modules for agents](https://registry.coder.com/modules?search=tag%3Atasks) will pre-install the agent alongside [AgentAPI](https://github.com/coder/agentapi). AgentAPI is an open source project developed by Coder which improves status reporting and the Chat UI, regardless of which agent you use.

## Getting Started with Tasks

Expand Down
Loading