Skip to content

Commit 823be04

Browse files
Add workflow observations
1 parent e6342af commit 823be04

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/ai/conceptual/agents.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,14 @@ Imagine you're launching a new feature on your business website. If it's a simpl
3636
- Testing
3737
- Deployment
3838

39-
### Agents + Workflows
39+
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
4047

4148
Workflows don’t require agents, but agents can supercharge them.
4249

0 commit comments

Comments
 (0)