Skip to main content

Team Executor Agent

Overview

The TeamExecutorAgent coordinates and executes a team of agents using a shared LLM model client.
It manages agent interactions, aggregates intermediate outputs, and produces a final response or handoff.

This agent is ideal for multi-agent orchestration, where multiple agents collaborate to complete a task.

Adding the Team Executor Agent

Actions

  • Open Team Builder
  • Create or select a team of agents
  • Drag and drop TeamExecutorAgent into the canvas

Configuring Team and Model Client

Required Configuration

  • Team – Select or attach the agents that should be executed
  • Model Client – Drag and drop a model client to power agent execution

Capabilities and Use Cases

Key Capabilities

  • Executes and coordinates multiple agents
  • Aggregates intermediate outputs into a final response
  • Supports handoffs and conditional routing

Common Use Cases

  • Multi-agent task execution
  • Delegation and coordination across specialized agents

Summary

The TeamExecutorAgent enables structured, collaborative execution of agent teams by combining team coordination logic with a shared model client, making it ideal for complex, multi-agent teams.