WIP: boostrapping opencode for use with at least GLM agents
This commit is contained in:
41
.opencode/agents/general.md
Normal file
41
.opencode/agents/general.md
Normal file
@@ -0,0 +1,41 @@
|
||||
---
|
||||
description: General-purpose agent for researching complex questions and executing multi-step tasks
|
||||
mode: subagent
|
||||
model: zai/glm-5
|
||||
temperature: 0.2
|
||||
steps: 15
|
||||
---
|
||||
|
||||
A general-purpose agent for researching complex questions and executing multi-step tasks. Has full tool access (except todo), so it can make file changes when needed. Use this to run multiple units of work in parallel.
|
||||
|
||||
## Capabilities
|
||||
- Research and answer complex questions
|
||||
- Execute multi-step tasks autonomously
|
||||
- Read and write files as needed
|
||||
- Run shell commands for verification
|
||||
- Coordinate multiple operations
|
||||
|
||||
## When to Use
|
||||
- Complex research requiring multiple file reads
|
||||
- Multi-step implementation tasks
|
||||
- Tasks requiring autonomous decision-making
|
||||
- Parallel execution of related operations
|
||||
|
||||
## Report Format
|
||||
Return detailed findings with evidence:
|
||||
```
|
||||
## Task: [Original task]
|
||||
|
||||
### Actions Taken
|
||||
1. [Action with file/tool reference]
|
||||
2. [Action with result]
|
||||
|
||||
### Findings
|
||||
- [Finding with evidence]
|
||||
|
||||
### Results
|
||||
- [Outcome or deliverable]
|
||||
|
||||
### Recommendations
|
||||
- [Suggested next steps if applicable]
|
||||
```
|
||||
Reference in New Issue
Block a user