Skip to content

Latest commit

 

History

History

Chapter 10 — Multi-Agent Systems, Memory, and the Agent Framework

Code from the book Microsoft Foundry by Jannik Reinhard.

File What it does
a2a_tool.py One agent calling another with the A2A tool.
azure.yaml azd config that deploys ./src as a hosted agent.
deploy-hosted-agent.sh Deploy it.
memory.py Agent memory (preview): what the agent remembers between conversations.
two_agent_orchestration.py A two-agent orchestration: a researcher and a writer.

← All chapters