Skip to content

Commit 4645fac

Browse files
committed
updates
1 parent 026d96a commit 4645fac

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/ai-services/agents/concepts/multi-agent-workflows.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,14 @@ Multi-agent workflows consist of:
4040
* A main agent: These agents act as the primary interaction point with end-users. The agent manages the workflow, determining which (if any) connected agents are called and that tasks are delegated appropriately.
4141
* Task-specific connected agents: These agents focus on specific tasks such as data extraction, analysis, or decision-making. They are called by the main agent to perform their task and return outputs.
4242

43-
:::image type="content" source="../media/multi-agent/agent-tree.png" alt-text="A diagram showing a main agent and several sub agents.":::
43+
:::image type="content" source="../media/multi-agent/agent-tree.png" alt-text="A diagram showing a main agent and several connected agents.":::
4444

4545
Agent coordination is responsible for defining and executing the sequence of tasks within a workflow. An event-driven architecture is used to trigger actions based on specific events. In a basic implementation, for example, all user interaction goes through the main agent, which then hands-off to connected agents. When the connected agent completes a task, the output is passed back to the main agent.
4646

47-
:::image type="content" source="../media/multi-agent/example-thread.png" alt-text="A diagram showing a main agent and several sub agents.":::
47+
:::image type="content" source="../media/multi-agent/example-thread.png" alt-text="A diagram showing a thread with a main agent and several connected agents.":::
48+
49+
## Next steps
50+
51+
* [Connected agents](../how-to/connected-agents.md)
52+
* [Agent catalog](../how-to/agent-catalog.md)
53+
* [Semantic Kernel framework](/semantic-kernel/frameworks/agent/azure-ai-agent)

0 commit comments

Comments
 (0)