← 返回
AI智能 中文

Amplifier

Delegate complex tasks to Amplifier's multi-agent framework. Use when: (1) research/comparison needing multiple perspectives, (2) multi-file code projects, (...
将复杂任务委托给Amplifier的多智能体框架。适用场景:(1) 需多视角的研究/对比,(2) 多文件代码项目,(...
bkrabach
AI智能 clawhub v1.1.1 1 版本 99860.1 Key: 无需
★ 2
Stars
📥 674
下载
💾 16
安装
1
版本
#latest

概述

Amplifier — Multi-Agent Delegation

Amplifier is a multi-agent AI framework. Delegate tasks that benefit from specialist agents, structured workflows, or parallel investigation.

When to Delegate

High confidence → delegate immediately:

  • "Research X and compare approaches"
  • "Build a Python tool that does X"
  • "Review this code for security and design"
  • User says "amplifier", "deep dive", "thorough", "comprehensive"
  • Task has clear subtasks benefiting from parallel agents

Medium confidence → offer the choice:

  • "I can do a quick analysis, or delegate to Amplifier for a thorough multi-agent review."

Low confidence → handle yourself:

  • Simple Q&A, quick code edits, casual conversation, anything needing immediate response

Usage

Basic Delegation

exec command:"amplifier-openclaw run 'Research the top 3 Python web frameworks' --bundle foundation" background:true timeout:600

With Model Selection

Pass --model to override the default model:

exec command:"amplifier-openclaw run --model your-preferred-model 'Deep code review' --bundle foundation" background:true timeout:600

Tip: Pass --model matching the model from your OpenClaw Runtime line so Amplifier uses the same one.

Bundles

amplifier-openclaw bundles list
BundleBest For
------------------
foundationGeneral: research, analysis, planning (default)
superpowersMulti-agent brainstorm, deep investigation
coderCode generation, refactoring, debugging

Session Persistence

# Start a named session
exec command:"amplifier-openclaw run --session-name my-project 'Start building the auth module' --bundle foundation" background:true

# Resume later
exec command:"amplifier-openclaw run --resume --session-name my-project 'Now add unit tests'" background:true

Modes

Amplifier supports slash-command modes in prompts. Modes do not carry over between runs — include the mode at the start of each prompt:

# Brainstorm mode (uses all agents)
exec command:"amplifier-openclaw run --bundle superpowers '/brainstorm How should we architect the new API?'" background:true

# Research mode
exec command:"amplifier-openclaw run --bundle foundation '/research Latest advances in RAG'" background:true

JSON Output

{
  "response": "The analysis found...",
  "usage": {
    "input_tokens": 28566,
    "output_tokens": 1800,
    "estimated_cost": 0.12,
    "tool_invocations": 3
  },
  "status": "completed"
}

Cost Tracking

exec command:"amplifier-openclaw cost --period week"

Report costs only when asked or when notable (>$1).

Interpreting Results

  • response: Present to the user (the main output)
  • error: Report in plain language, don't dump raw JSON
  • usage.estimated_cost: May be 0.0 — don't alarm about zero
  • status: "completed", "cancelled", or error state

During Active Delegation

  • "stop"/"cancel" → kill the background process
  • Unrelated questions → answer yourself, don't interrupt Amplifier
  • Follow-up → tell user you'll pass it along when current task finishes

Install

If not already installed:

uv tool install "amplifier-app-openclaw @ git+https://github.com/microsoft/amplifier-app-openclaw@v1.0.5"

版本历史

共 1 个版本

  • v1.1.1 当前
    2026-03-29 17:43 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,358 📥 318,424
ai-intelligence

ontology

oswalpalash
类型化知识图谱,用于结构化智能体记忆与可组合技能。支持创建/查询实体(人员、项目、任务、事件、文档)及关联...
★ 712 📥 243,858
ai-intelligence

Nano Banana Pro

steipete
使用 Nano Banana Pro (Gemini 3 Pro Image) 生成或编辑图像。支持文生图、图生图及 1K/2K/4K 分辨率,适用于图像创建、修改及编辑请求,使用 --input-image 指定输入图像。
★ 418 📥 115,232