-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcoding-agents.qmd
More file actions
247 lines (130 loc) · 6.81 KB
/
Copy pathcoding-agents.qmd
File metadata and controls
247 lines (130 loc) · 6.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
---
title: "Coding Agents"
format:
html: default
revealjs:
output-file: coding-agents-slides.html
pdf:
output-file: coding-agents-handout.pdf
docx:
output-file: coding-agents.docx
---
We recommend working with **[AI coding agents](https://github.com/features/copilot/agents)**
to [help you code](https://en.wikipedia.org/wiki/AI-assisted_software_development).
# What Is a Language Model? {#sec-ai-language-model}
{{< include ai-tools/what-is-a-language-model.qmd >}}
# What are AI coding agents?
{{< include ai-tools/what-are-ai-coding-agents.qmd >}}
# Coding-Agent Platforms {#sec-ai-coding-agent-platforms}
{{< include ai-tools/coding-agent-platforms.qmd >}}
# Catalog and Comparison of Coding Agents {#sec-ai-catalog-coding-agents}
{{< include ai-tools/catalog-coding-agents.qmd >}}
# What are AI harnesses? {#sec-ai-harnesses}
{{< include ai-tools/what-are-ai-harnesses.qmd >}}
# How Agents Are Structured and Implemented {#sec-ai-agent-implementation}
{{< include ai-tools/how-agents-are-implemented.qmd >}}
# How Harnesses and Agents Are Built {#sec-ai-harness-construction}
{{< include ai-tools/how-harnesses-and-agents-are-built.qmd >}}
# What Kind of Program Is an Agent? {#sec-ai-agent-program-kind}
{{< include ai-tools/what-kind-of-program-is-an-agent.qmd >}}
# How Does a Harness Relate to an Agent? {#sec-ai-harness-agent-relationship}
{{< include ai-tools/harness-agent-relationship.qmd >}}
# The Harness Landscape in 2026 {#sec-ai-harness-landscape}
{{< include ai-tools/ai-harness-landscape.qmd >}}
# Custom Harnesses and How to Build Our Own {#sec-ai-custom-harnesses}
{{< include ai-tools/custom-harnesses.qmd >}}
# Where Current Practice Is Discussed: Reddit Communities {#sec-ai-guidance-sources}
{{< include ai-tools/ai-guidance-sources.qmd >}}
# AI Agents and the Technological Singularity
{{< include ai-tools/technological-singularity.qmd >}}
# Relative Advantages of AI and Humans
{{< include ai-tools/relative-advantages-ai-humans.qmd >}}
# How to Work with Coding Agents
{{< include ai-tools/how-to-work-with-agents.qmd >}}
# Useful Prompt Formats
{{< include ../shared/prompt-formats.md >}}
# Addressing Failing GitHub Actions Workflows {#sec-ai-addressing-failing-workflows}
{{< include ai-tools/addressing-failing-workflows.qmd >}}
# Benefits and Hazards {#sec-ai-benefits-hazards}
{{< include ai-tools/agents-benefits-and-hazards.qmd >}}
# Best Practices for Safe and Successful Use {#sec-ai-best-practices}
{{< include ai-tools/agents-best-practices.qmd >}}
# Firewall and Network Configuration
{{< include ai-tools/agents-firewall-config.qmd >}}
# Running Coding Agents Offline {#sec-ai-offline}
{{< include ai-tools/running-agents-offline.qmd >}}
# Connecting OpenCode to Local Models {#sec-ai-opencode-ollama}
{{< include ai-tools/opencode-ollama.qmd >}}
# Connecting OpenCode to OpenRouter {#sec-ai-opencode-openrouter}
{{< include ai-tools/opencode-openrouter.qmd >}}
# Running Claude Code with Non-Anthropic Models {#sec-ai-claude-code-other-models}
{{< include ai-tools/claude-code-other-models.qmd >}}
# Small, Local Models for Autonomous Agentic Coding {#sec-ai-small-local-models}
{{< include ai-tools/small-local-models-agentic.qmd >}}
# Configuring GitHub Copilot Settings {#sec-ai-copilot-settings}
{{< include ai-tools/copilot-settings.qmd >}}
# Connecting VS Code to a Custom Model Endpoint (BYOK) {#sec-ai-byok-vscode}
{{< include ai-tools/byok-vscode-databricks.qmd >}}
# Configuring the Agent Environment
{{< include ai-tools/copilot-setup-steps-config.qmd >}}
# Agent Skills {#sec-ai-agent-skills}
{{< include ai-tools/agent-skills.qmd >}}
# The Posit Skill Collection {#sec-ai-posit-skills}
{{< include ai-tools/posit-skills.qmd >}}
# Posit AI Tooling on GitHub {#sec-ai-posit-dev-ai-repos}
{{< include ai-tools/posit-dev-ai-repos.qmd >}}
# Useful plugins {#sec-ai-useful-plugins}
{{< include ai-tools/useful-plugins.qmd >}}
# The plugin catalog {#sec-ai-plugin-catalog}
{{< include ai-tools/plugin-catalog.qmd >}}
# Customizing an Agent {#sec-ai-customization}
{{< include ai-tools/customizing-agents.qmd >}}
# How the Config Reaches a Machine {#sec-ai-config-install}
{{< include ai-tools/claude-code-config-install.qmd >}}
# Claude Code Cloud Environments {#sec-ai-claude-cloud-env}
{{< include ai-tools/claude-code-cloud-environments.qmd >}}
# Using a ChatGPT Account for Codex Pull-Request Reviews {#sec-ai-codex-github-review}
{{< include ai-tools/codex-github-code-review.qmd >}}
# Where Pull-Request Review Lives in Claude Code Action {#sec-ai-claude-code-action-review}
{{< include ai-tools/claude-code-action-review.qmd >}}
# Gemini Review Action for GitHub Pull Requests {#sec-ai-gemini-review-action}
{{< include ai-tools/gemini-review-action.qmd >}}
# Gemini Code Assist for Repository Code Review {#sec-ai-gemini-code-assist-review}
{{< include ai-tools/gemini-code-assist-review.qmd >}}
# How a Session Learns a PR Changed {#sec-ai-pr-activity-notifications}
{{< include ai-tools/pr-activity-notifications.qmd >}}
# When to use a coding agent {#sec-ai-when-to-use}
{{< include ai-tools/when-to-use-coding-agent.qmd >}}
# Editing with `.docx` files
{{< include ai-tools/editing-with-docx-files.qmd >}}
# Copilot Instructions for this Repository
{{< include ai-tools/copilot-instructions-explanation.qmd >}}
# Using Copilot Review Before Human Review
{{< include ../shared/copilot-review-before-human.md >}}
# Reviewing a Copilot PR You Didn't Create
{{< include ai-tools/reviewing-copilot-prs.qmd >}}
# Agent Sessions and Handoff in Visual Studio Code {#sec-ai-vscode-agent-sessions}
{{< include ai-tools/vscode-agent-sessions.qmd >}}
# Installing Claude Code on Windows {#sec-ai-claude-code-windows}
{{< include ai-tools/installing-claude-code-windows.qmd >}}
# Setting up MCP servers {#sec-ai-mcp-server-setup}
{{< include ai-tools/mcp-server-setup.qmd >}}
# Google Antigravity Python SDK {#sec-ai-antigravity-python-sdk}
{{< include ai-tools/antigravity-python-sdk.qmd >}}
# Unbounded Context with Magic Context {#sec-ai-magic-context}
{{< include ai-tools/magic-context.qmd >}}
# Spec-Driven Development with Conductor {#sec-ai-conductor-extension}
{{< include ai-tools/conductor-extension.qmd >}}
# Anatomy of Agent Plugins {#sec-ai-plugins-deep-dive}
{{< include ai-tools/plugins-deep-dive.qmd >}}
# Multi-Agent Orchestration with Oh My OpenCode / Oh My OpenAgent {#sec-ai-oh-my-opencode}
{{< include ai-tools/oh-my-opencode.qmd >}}
# The OpenCode Ecosystem {#sec-ai-opencode-ecosystem}
{{< include ai-tools/opencode-ecosystem.qmd >}}
# Managing Gemini API Spend and Cost Optimization {#sec-ai-gemini-spend-management}
{{< include ai-tools/gemini-spend-management.qmd >}}
# Collaborative AI Workspaces: Claude Cowork and Gemini Spark {#sec-ai-collaborative-workspaces}
{{< include ai-tools/collaborative-workspaces.qmd >}}
# References {.unnumbered}
::: {#refs}
:::