1.4 KiB
1.4 KiB
description, model, mode, tools
| description | model | mode | tools | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Dummy-Human (Template) - Copy to create custom model agents | your-provider/your-model-name | subagent |
|
Faithfully executes instructions from Mask Weaver.
Creating Custom Dummy-Humans
Copy this file to create agents for your desired models.
Examples
dummy-flash.md (Fast and cheap model)
---
description: Dummy-Human (Flash) - Gemini Flash. Fast and cheap for simple tasks
model: google/gemini-2.5-flash
mode: subagent
---
dummy-premium.md (Powerful reasoning model)
---
description: Dummy-Human (Premium) - Claude Opus. For complex reasoning tasks
model: anthropic/claude-opus-4
mode: subagent
---
dummy-deepseek.md (Coding specialized)
---
description: Dummy-Human (DeepSeek) - DeepSeek Coder. Specialized for code generation
model: deepseek/deepseek-coder
mode: subagent
---
Available Model Examples
| Model | Features | Use Case |
|---|---|---|
google/gemini-2.5-flash |
Fast, cheap | Simple tasks, search |
anthropic/claude-sonnet-4 |
Balanced | General coding |
anthropic/claude-opus-4 |
Strong reasoning | Complex design |
openai/gpt-4o |
General purpose | Various tasks |
deepseek/deepseek-coder |
Coding specialized | Code generation |