LLM coding agent definitions
Launch a new agent to handle complex, multi-step tasks. Each agent type has specific capabilities.
Properties available for agents:
Name: the name of the agent
Description: a short description of what the agent does
Instruction Pages: Lepiter pages containing dedicated instructions for the agent. When starting an agent you must pass its instruction pages. You can optionally also pass other relevant instruction pages.
The available agents are defined below.
Name: general-purpose
Description: An agent for general-purpose complex tasks. Follow the instructions that you receive.
Name: explore
Description: An agent specialized in exploring the current system and context.
Instruction Pages: Instructions for the System Exporation Agent