Skip to content

Commit 34021f9

Browse files
Fix Markdown syntax issues
1 parent c81da93 commit 34021f9

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Last updated: 2026-02-02
5454
`A2A (Agent-to-Agent) Protocol is a standardized communication framework that enables multiple AI agents to collaborate and coordinate tasks seamlessly.` Like a communication pattern for coordinating multiple agents through structured messages, delegation, and (optionally) event-driven workflows.
5555

5656
This repo contains **two multi-agent implementations**:
57+
5758
- **Default deployed chat runtime (what the Dockerfile runs)**: WebSocket `/ws` in `src/chat_app_multi_agent.py`, which routes requests and orchestrates **real Azure AI Foundry Agents** in a multi-step handoff sequence.
5859
- **Optional A2A server implementation**: an A2A-style server under `src/a2a/` (routers, coordinator, event/task framework). Use this only if you deploy/run that entrypoint.
5960

@@ -87,6 +88,7 @@ This repo contains **two multi-agent implementations**:
8788

8889
> [!IMPORTANT]
8990
> A2A vs the default deployed chat runtime
91+
>
9092
> - **A2A server path**: event/task oriented framework under `src/a2a/` (only available if you deploy/run that server)
9193
> - **Default path**: `/ws` WebSocket chat + routing + sequential handoffs to real Foundry agents (no event queue required for the default flow)
9294

0 commit comments

Comments
 (0)