We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6342af commit 823be04Copy full SHA for 823be04
docs/ai/conceptual/agents.md
@@ -36,7 +36,14 @@ Imagine you're launching a new feature on your business website. If it's a simpl
36
- Testing
37
- Deployment
38
39
-### Agents + Workflows
+A few important observations:
40
+
41
+- Each step may contain subtasks.
42
+- Different specialists may own different phases.
43
+- Progress isn’t always linear. Bugs found during testing may send you back to implementation.
44
+- Success depends on planning, orchestration, and communication across stakeholders.
45
46
+### Agents + Workflows = Agentic Workflows
47
48
Workflows don’t require agents, but agents can supercharge them.
49
0 commit comments