Meet the Team: Agent Coordination
Imagine you've created a CodeAgent
named application_manager
, which delegates tasks to the two named sub-agents you created before:
school_research_agent
: "Expert in researching universities, programs, and admission requirements"essay_writing_agent
: "Expert in crafting compelling college application essays and personal statements"
The manager has the following instructions: "You coordinate college application assistance. Use school_research_agent
for university information and essay_writing_agent
for application essays. Combine their expertise for comprehensive guidance."
Now, you give the manager this user prompt:
"I'd like to know which Canadian universities have strong data science programs, and I need help writing a personal statement."
Which agents will be involved in generating the final response?
This exercise is part of the course
AI Agents with Hugging Face smolagents
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
