What problem does it solve? Coordinating multiple specialized AI agents on open-ended tasks requires manual orchestration logic; this Skill shows how to build Agno Teams where a leader LLM dynamically delegates subtasks to member agents. ## Core Features & Use Cases - Team Creation: Define a Team with a leader model and member agents, each with a distinct role that guides delegation decisions. - Leader Reasoning: Attach ReasoningTools to the leader so it plans delegation more effectively, and inspect member outputs with show_members_responses. - Hierarchical Teams: Compose teams of teams, where a Team can be a member of another Team, enabling company-style agent hierarchies. - Use Case: Build a content pipeline where a Writer drafts, an Editor reviews, and a Fact Checker verifies, with the leader coordinating them to produce a verified article. ## Quick Start Ask the AI to create an Agno Team with writer, editor, and fact-checker agents coordinated by a leader model to produce a verified paragraph.