glm_implement
Handles implementation tasks by writing code, creating files, making changes, and refactoring directly in your project directory with full write and edit access.
Instructions
GLM agent with write access for implementation tasks.
Use for: writing code, creating files, making changes, refactoring.
Has FULL access including Write and Edit. WARNING: This can modify files.
Args: task: Implementation task to perform working_directory: Project directory (REQUIRED) allowed_tools: Tools to allow (default: full coding set) model: "haiku" or "sonnet"
Returns: Agent's output including changes made
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | ||
| model | No | sonnet | |
| allowed_tools | No | Read,Glob,Grep,Write,Edit,Bash | |
| working_directory | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |