Definition: An Agent that is invoked by another Agent to perform a specific task.

Simply put: The main Agent delegates part of the work to another specialized Agent.

Examples:

  1. A Coding Agent creates a Sub-agent for Security Review.
  2. A Research Agent creates a Sub-agent for finding sources.
  3. The main Agent calls a Sub-agent specifically for writing tests.

AI Agent My-Journey-In-Codeless