You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/ai-agents/overview.mdx
+74-6Lines changed: 74 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,80 @@ description: "Real world AI agent example tasks using Trigger.dev"
6
6
7
7
## Overview
8
8
9
-
This guide will show you how to set up different types of AI agent workflows with Trigger.dev. The examples take inspiration from Athropic's blog post on [building effective agents](https://www.anthropic.com/research/building-effective-agents).
9
+
These guides will show you how to set up different types of AI agent workflows with Trigger.dev. The examples take inspiration from Athropic's blog post on [building effective agents](https://www.anthropic.com/research/building-effective-agents).
10
10
11
11
<CardGroupcols={2}>
12
-
<Cardtitle="Prompt chaining"img="/guides/ai-agents/prompt-chaining.png"href="/guides/ai-agents/generate-translate-copy">Chain prompts together to generate and translate marketing copy automatically</Card>
13
-
<Cardtitle="Routing"img="/guides/ai-agents/routing.png"href="/guides/ai-agents/route-question">Send questions to different AI models based on complexity analysis</Card>
14
-
<Cardtitle="Parallelization"img="/guides/ai-agents/parallelization.png"href="/guides/ai-agents/respond-and-check-content">Simultaneously check for inappropriate content while responding to customer inquiries</Card>
15
-
<Cardtitle="Orchestrator"img="/guides/ai-agents/orchestrator-workers.png"href="/guides/ai-agents/verify-news-article">Coordinate multiple AI workers to verify news article accuracy</Card>
16
-
<Cardtitle="Evaluator-optimizer"img="/guides/ai-agents/evaluator-optimizer.png"href="/guides/ai-agents/translate-and-refine">Translate text and automatically improve quality through feedback loops</Card>
12
+
<Card
13
+
title="Prompt chaining"
14
+
img="/guides/ai-agents/prompt-chaining.png"
15
+
href="/guides/ai-agents/generate-translate-copy"
16
+
>
17
+
Chain prompts together to generate and translate marketing copy automatically
0 commit comments