Skip to content

Commit d61ede3

Browse files
authored
Rename workflows to agents in AGENTS.md
Updated the document to reflect the change from workflows to agents, including specific prompts and instructions for using agents in the Continue Hub.
1 parent a85124c commit d61ede3

File tree

1 file changed

+17
-35
lines changed

1 file changed

+17
-35
lines changed

AGENTS.md

Lines changed: 17 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# 🚀 Continue Workflows - Ready-to-Use Prompts
1+
# 🚀 Continue Agents - Ready-to-Use Prompts
22

3-
Copy and paste these prompts directly into Continue Hub to test different workflows. Each prompt is designed to demonstrate a specific capability of Continue Workflows.
3+
Copy and paste these prompts directly into [Mission Control in the Continue Hub](https://hub.continue.dev/agents) to test different Agents. Be sure to select your fork of this repository and the branch you want the Agent to use. Each prompt is designed to demonstrate a specific capability of Continue Agents.
4+
5+
<img width="895" height="349" alt="Mission-control" src="https://github.com/user-attachments/assets/01026dac-d663-4868-a297-5c1788da4611" />
46

57
---
68

7-
## 1. 🐛 Bug Fixing Workflow
9+
## 1. 🐛 Bug Fixing Agent
810

911
**The "Wow" Moment - Fix a TypeError in <60 seconds**
1012

@@ -43,7 +45,7 @@ Remove all unused imports and variables from the codebase
4345

4446
---
4547

46-
## 3. 🔐 Security Check Workflow
48+
## 3. 🔐 Security Check Agent
4749

4850
**Find and fix security vulnerabilities**
4951

@@ -63,7 +65,7 @@ Check for the vulnerable lodash version in package.json and update it to the lat
6365

6466
---
6567

66-
## 4. 🧪 Test Generation Workflow
68+
## 4. 🧪 Test Generation Agent
6769

6870
**Write comprehensive tests**
6971

@@ -87,7 +89,7 @@ Write tests that achieve 100% code coverage for src/utils/math.ts
8789

8890
---
8991

90-
## 5. 📝 Documentation Generation Workflow
92+
## 5. 📝 Documentation Generation Agent
9193

9294
**Add comprehensive documentation**
9395

@@ -111,7 +113,7 @@ Add inline documentation explaining what each method does in the Logger class
111113

112114
---
113115

114-
## 6. 🎯 Combined Workflows
116+
## 6. 🎯 Combined Agents
115117

116118
**Fix multiple issues at once**
117119

@@ -148,37 +150,18 @@ Add a new function 'getAllAdmins' to api/users.ts that returns all users with ad
148150

149151
1. **Start simple:** Try the bug fix first (#1) for immediate satisfaction
150152
2. **Be specific:** The more detailed your prompt, the better the result
151-
3. **Combine tasks:** Workflows can handle multiple related tasks
153+
3. **Combine tasks:** Agents can handle multiple related tasks
152154
4. **Check the PR:** Always review the generated pull request
153155
5. **Iterate:** If the first result isn't perfect, refine your prompt
154156

155157
---
156158

157-
## 🧪 Testing Your Workflows
158-
159-
After running a workflow, verify the results:
160-
161-
```bash
162-
# Run tests
163-
npm test
164-
165-
# Check lint status
166-
npm run lint
167-
168-
# Check security
169-
npm audit
170-
171-
# Check test coverage
172-
npm run test:coverage
173-
```
174-
175-
---
176159

177-
## 📊 Workflow Success Checklist
160+
## 📊 Agent Success Checklist
178161

179162
Track your progress:
180163

181-
- [ ] Bug Fix Workflow - TypeError fixed
164+
- [ ] Bug Fix Agent - TypeError fixed
182165
- [ ] Code Cleanup - 0 lint warnings
183166
- [ ] Security Check - 0 vulnerabilities
184167
- [ ] Test Generation - >80% coverage
@@ -187,14 +170,13 @@ Track your progress:
187170

188171
---
189172

190-
## 🎯 Challenge Mode
173+
## 🎯 Next Steps
191174

192-
Once you've completed the basic workflows, try these advanced challenges:
175+
Once you've completed the basic Agent tasks, create agents to solve your own tasks:
193176

194-
1. **The One-Shot:** Fix all issues with a single prompt
195-
2. **The Customizer:** Add your own bug and fix it
196-
3. **The Optimizer:** Improve performance of existing functions
197-
4. **The Refactorer:** Convert callbacks to async/await
177+
1. **[Create Your Own Agent](https://docs.continue.dev/hub/agents/intro#quickstart)**: You've used your default agent. Now it's time to build your own.
178+
2. **[Test an Agent from the Hub](https://hub.continue.dev/?type=agents)**: Use premade agents to complete your tasks.
179+
198180

199181
---
200182

0 commit comments

Comments
 (0)