← 返回
未分类 中文

Spawner

Spawn sub-agents for independent work that needs file edits, builds, or long-running tasks. Use when work is too heavy for inline execution. NOT for quick re...
用于需要文件编辑、构建或长时间运行的独立任务,适合工作负荷过重而无法内联执行的情况。不适用于快速...
dodge1218
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 416
下载
💾 0
安装
1
版本
#agent-intelligence#latest#orchestration

概述

Spawner

Before Spawning

  1. Role: Pick ONE — coder, writer, browser-automator, researcher, reviewer.
  2. Exit criteria: What artifact proves done? A file path, URL, test result.
  3. Context: Only inject files the agent needs. Task description under 2K tokens.

Model Routing

All sub-agents use free models (groq-llama → cerebras-llama → nim-llama → or-scout).

Never spawn on premium models unless explicitly requested.

Task Template

You are a [ROLE]. Your job: [ONE SENTENCE].
Files you need: [LIST PATHS]
Exit criteria: [ARTIFACT]
If stuck after 2 attempts, STOP and report what failed.

After Completion

  • Verify output file exists. If missing, retry inline or on fallback.
  • Read only output files — never load sub-agent transcripts into context.

Rules

  • 1 sub-agent at a time.
  • Don't poll in a loop — they auto-announce.
  • Don't retry on the same model that just 429'd.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 09:37 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Task Extractor

dodge1218
从单条用户消息中提取、追踪并核实多个任务的完成情况。适用于消息包含3个或以上可操作项或混合多个不相关内容的情况。
★ 0 📥 427

Auto Improve

dodge1218
Self-improvement loop that reads learnings, errors, and memory — detects patterns — and updates skills/protocols automat
★ 0 📥 429

Rate Limit Guard

dodge1218
防止429重试循环和令牌浪费。在昂贵的API调用前或触发速率限制后使用。强制执行预检、退避和上下文收缩。
★ 0 📥 465