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?
Este ejercicio forma parte del curso
AI Agents with Hugging Face smolagents
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
