Skip to content

Commit ba9b0e1

Browse files
authored
Added Claude Agent SDK guide and examples (#2803)
1 parent 469808c commit ba9b0e1

File tree

6 files changed

+466
-95
lines changed

6 files changed

+466
-95
lines changed

docs/docs.json

Lines changed: 18 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,7 @@
1010
},
1111
"favicon": "/images/favicon.png",
1212
"contextual": {
13-
"options": [
14-
"copy",
15-
"view",
16-
"claude"
17-
]
13+
"options": ["copy", "view", "claude"]
1814
},
1915
"navigation": {
2016
"dropdowns": [
@@ -40,11 +36,7 @@
4036
"pages": [
4137
{
4238
"group": "Tasks",
43-
"pages": [
44-
"tasks/overview",
45-
"tasks/schemaTask",
46-
"tasks/scheduled"
47-
]
39+
"pages": ["tasks/overview", "tasks/schemaTask", "tasks/scheduled"]
4840
},
4941
"triggering",
5042
"runs",
@@ -59,12 +51,7 @@
5951
"errors-retrying",
6052
{
6153
"group": "Wait",
62-
"pages": [
63-
"wait",
64-
"wait-for",
65-
"wait-until",
66-
"wait-for-token"
67-
]
54+
"pages": ["wait", "wait-for", "wait-until", "wait-for-token"]
6855
},
6956
"queue-concurrency",
7057
"versioning",
@@ -113,9 +100,7 @@
113100
},
114101
{
115102
"group": "Development",
116-
"pages": [
117-
"cli-dev"
118-
]
103+
"pages": ["cli-dev"]
119104
},
120105
{
121106
"group": "Deployment",
@@ -127,10 +112,7 @@
127112
"deployment/atomic-deployment",
128113
{
129114
"group": "Deployment integrations",
130-
"pages": [
131-
"github-integration",
132-
"vercel-integration"
133-
]
115+
"pages": ["github-integration", "vercel-integration"]
134116
}
135117
]
136118
},
@@ -186,20 +168,11 @@
186168
},
187169
{
188170
"group": "MCP Server",
189-
"pages": [
190-
"mcp-introduction",
191-
"mcp-tools",
192-
"mcp-agent-rules"
193-
]
171+
"pages": ["mcp-introduction", "mcp-tools", "mcp-agent-rules"]
194172
},
195173
{
196174
"group": "Using the Dashboard",
197-
"pages": [
198-
"run-tests",
199-
"troubleshooting-alerts",
200-
"replaying",
201-
"bulk-actions"
202-
]
175+
"pages": ["run-tests", "troubleshooting-alerts", "replaying", "bulk-actions"]
203176
},
204177
{
205178
"group": "Troubleshooting",
@@ -221,30 +194,18 @@
221194
"self-hosting/kubernetes",
222195
{
223196
"group": "Environment variables",
224-
"pages": [
225-
"self-hosting/env/webapp",
226-
"self-hosting/env/supervisor"
227-
]
197+
"pages": ["self-hosting/env/webapp", "self-hosting/env/supervisor"]
228198
},
229199
"open-source-self-hosting"
230200
]
231201
},
232202
{
233203
"group": "Open source",
234-
"pages": [
235-
"open-source-contributing",
236-
"github-repo",
237-
"changelog",
238-
"roadmap"
239-
]
204+
"pages": ["open-source-contributing", "github-repo", "changelog", "roadmap"]
240205
},
241206
{
242207
"group": "Help",
243-
"pages": [
244-
"community",
245-
"help-slack",
246-
"help-email"
247-
]
208+
"pages": ["community", "help-slack", "help-email"]
248209
}
249210
]
250211
},
@@ -265,10 +226,7 @@
265226
},
266227
{
267228
"group": "Tasks API",
268-
"pages": [
269-
"management/tasks/trigger",
270-
"management/tasks/batch-trigger"
271-
]
229+
"pages": ["management/tasks/trigger", "management/tasks/batch-trigger"]
272230
},
273231
{
274232
"group": "Runs API",
@@ -314,9 +272,7 @@
314272
"groups": [
315273
{
316274
"group": "Introduction",
317-
"pages": [
318-
"guides/introduction"
319-
]
275+
"pages": ["guides/introduction"]
320276
},
321277
{
322278
"group": "Frameworks",
@@ -339,13 +295,15 @@
339295
},
340296
"pages": [
341297
"guides/ai-agents/overview",
298+
342299
"guides/ai-agents/generate-translate-copy",
343300
"guides/ai-agents/route-question",
344301
"guides/ai-agents/respond-and-check-content",
345302
"guides/ai-agents/translate-and-refine",
346303
"guides/ai-agents/verify-news-article"
347304
]
348305
},
306+
"guides/ai-agents/claude-code-trigger",
349307
"guides/frameworks/drizzle",
350308
"guides/frameworks/prisma",
351309
"guides/frameworks/sequin",
@@ -392,6 +350,8 @@
392350
"pages": [
393351
"guides/example-projects/anchor-browser-web-scraper",
394352
"guides/example-projects/batch-llm-evaluator",
353+
"guides/example-projects/claude-changelog-generator",
354+
"guides/example-projects/claude-github-wiki",
395355
"guides/example-projects/claude-thinking-chatbot",
396356
"guides/example-projects/human-in-the-loop-workflow",
397357
"guides/example-projects/mastra-agents-with-memory",
@@ -445,9 +405,7 @@
445405
},
446406
{
447407
"group": "Migration guides",
448-
"pages": [
449-
"migration-mergent"
450-
]
408+
"pages": ["migration-mergent"]
451409
},
452410
{
453411
"group": "Community packages",
@@ -468,10 +426,7 @@
468426
"href": "https://trigger.dev"
469427
},
470428
"api": {
471-
"openapi": [
472-
"openapi.yml",
473-
"v3-openapi.yaml"
474-
],
429+
"openapi": ["openapi.yml", "v3-openapi.yaml"],
475430
"playground": {
476431
"display": "simple"
477432
}

0 commit comments

Comments
 (0)