minimax_agent_task
Execute a complete coding task autonomously: reads files, writes code, runs tests, and debugs in a loop until finished.
Instructions
Execute a complete coding task autonomously. MiniMax AI will read files, write code, run tests, and debug in an autonomous loop until the task is complete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | Full description of the task for the agent to complete | |
| workingDirectory | Yes | Absolute path to the working directory for file operations | |
| model | No | Model override (default: MINIMAX_DEFAULT_MODEL env var, typically M2.7) | |
| maxIterations | No | Maximum agent loop iterations (default: 25) | |
| systemPrompt | No | Custom system prompt for the agent |