Skip to content

Commit 375a24f

Browse files
authored
Update workflows overview to fix Python samples link. Better image placement. (#795)
1 parent 7c01080 commit 375a24f

1 file changed

Lines changed: 12 additions & 3 deletions

File tree

agent-framework/user-guide/workflows/overview.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,17 @@ Microsoft Agent Framework Workflows empowers you to build intelligent automation
1818

1919
While an AI agent and a workflow can involve multiple steps to achieve a goal, they serve different purposes and operate at different levels of abstraction:
2020

21-
- **AI Agent**: An AI agent is typically driven by a large language model (LLM) and it has access to various tools to help it accomplish tasks. The steps an agent takes are dynamic and determined by the LLM based on the context of the conversation and the tools available. <img src="./resources/images/ai-agent.png" alt="AI Agent" width="380" />
22-
- **Workflow**: A workflow, on the other hand, is a predefined sequence of operations that can include AI agents as components. Workflows are designed to handle complex business processes that may involve multiple agents, human interactions, and integrations with external systems. The flow of a workflow is explicitly defined, allowing for more control over the execution path. <img src="./resources/images/workflows-overview.png" alt="Workflows Overview" width="580" />
21+
- **AI Agent**: An AI agent is typically driven by a large language model (LLM) and it has access to various tools to help it accomplish tasks. The steps an agent takes are dynamic and determined by the LLM based on the context of the conversation and the tools available.
22+
23+
<p align="center">
24+
<img src="./resources/images/ai-agent.png" alt="AI Agent" width="380" />
25+
</p>
26+
27+
- **Workflow**: A workflow, on the other hand, is a predefined sequence of operations that can include AI agents as components. Workflows are designed to handle complex business processes that may involve multiple agents, human interactions, and integrations with external systems. The flow of a workflow is explicitly defined, allowing for more control over the execution path.
28+
29+
<p align="center">
30+
<img src="./resources/images/workflows-overview.png" alt="Workflows Overview" width="580" />
31+
</p>
2332

2433
## Key Features
2534

@@ -40,7 +49,7 @@ While an AI agent and a workflow can involve multiple steps to achieve a goal, t
4049
Begin your journey with Microsoft Agent Framework Workflows by exploring our getting started samples:
4150

4251
- [C# Getting Started Sample](https://github.com/microsoft/agent-framework/tree/main/dotnet/samples/GettingStarted/Workflows)
43-
- [Python Getting Started Sample](https://github.com/microsoft/agent-framework/tree/main/python/samples/getting_started/workflow)
52+
- [Python Getting Started Sample](https://github.com/microsoft/agent-framework/tree/main/python/samples/getting_started/workflows)
4453

4554
## Next Steps
4655

0 commit comments

Comments
 (0)