top of page
image.png
image.png

GitHub Copilot

Summary of the agent flow in agentframework_supervisor.py:

  1. User request enters the supervisor agent: supervisor_agent.

  2. Supervisor decides which specialist tool(s) to call from its tools list: plan_weekend and/or plan_meal.

  3. If the supervisor calls the weekend tool:

  4. If the supervisor calls the meal tool:

  5. The supervisor synthesizes sub-agent outputs and returns a final, consolidated response to the user (the example call is exercised by main, which runs the supervisor on "my kids want pasta for dinner" and prints response.text).​​​​​

image.png
bottom of page