Invicta AI allows you to assemble individual agents into complex teams, leveraging their unique capabilities to collaborate on intricate tasks. Here’s how you can effectively create and manage AI Teammates.
AI Teammates enable agents to invoke other agents in a manner similar to tool invocation. This facilitates the sharing of information and allows agents to command each other or use tools available to their teammates. Agents rely on the names and descriptions of their teammates to decide when to trigger them during interactions.
Instruct an agent to invoke its AI teammate by simply providing the teammate’s
name, or allow the agent to deduce the need based on the teammate’s
description.
You can design various conversation patterns using AI Teammates:
Hierarchical: Tasks are delegated from a primary agent down a chain of command.
Sequential: Tasks are passed from one agent to another in a specific order.
Cyclical: Tasks circulate among agents in a loop until completion.
There is a maximum iteration limit of 15. If one agent invokes an agent 15
times or 15 different agents once, it will be stopped automatically to prevent
loops.