Build a sequential multi-agent AI workflow in .NET Microsoft Agent Framework
Authorised Territory demonstrates a .NET console app where two AI agents built with Microsoft Agent Framework run in sequence: the first generates a physics blog post, and the second turns that output into an HTML page, with the final result printed to the console.
Full summary based on transcript
What the video builds
The presenter shows a sequential multi-agent workflow using the .NET Microsoft Agent Framework:
- Agent 1: writes a blog post about physics.
- Agent 2: takes Agent 1's output and generates an HTML webpage.
- The app prints the final HTML result in the console.
Sequential orchestration pattern
The workflow uses a simple handoff pattern:
- Run the first agent to produce a text artifact (the blog post).
- Feed that text as input/context into the second agent.
- Display the final output.
Output and execution
The end-to-end run produces:
- A generated physics blog post (intermediate output).
- A generated HTML page based on that post (final output).
- Console output showing the final result.
Note: No transcript was provided in the input, so this summary is based on the video title and description from the feed item data.