← 返回 Skills 市场
82
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install evez-debate-framework
功能描述
Framework where multiple AI agents debate to reach better conclusions through adversarial reasoning. Use when building multi-agent systems, consensus-seeking...
使用说明 (SKILL.md)
Multi-Agent Debate Framework
Multiple agents debate topics to reach stronger conclusions through adversarial reasoning.
Quick Start
from debate import Debate, Agent, Judge
debate = Debate("Should we use microservices?")
debate.add_agent(Agent("pro", stance="support", model="gpt-4o"))
debate.add_agent(Agent("con", stance="oppose", model="claude-sonnet-4"))
debate.add_agent(Agent("synth", stance="synthesize", model="gemini-2.5-pro"))
debate.set_judge(Judge(criteria=["evidence", "logic", "completeness"]))
result = debate.run(rounds=3)
# Returns: winner, consensus, key_arguments, confidence
How It Works
- Proposition: Pro agent argues for the topic
- Opposition: Con agent argues against
- Rebuttal: Each agent responds to the other's points
- Synthesis: Synth agent finds common ground
- Judgment: Judge evaluates all arguments and declares outcome
Debate Config
Debate(
topic="Your question",
rounds=3, # Number of debate rounds
max_words_per_turn=500, # Limit argument length
convergence_threshold=0.7, # Auto-stop when consensus reached
judge_criteria=["evidence", "logic", "novelty", "completeness"],
)
Agent Stances
support— Argues in favoroppose— Argues againstsynthesize— Finds middle grounddevil_advocate— Argues weakest points to strengthen themexpert— Provides domain-specific knowledge
Judge
Evaluates arguments on configurable criteria and produces:
- Winner per round
- Overall winner
- Consensus points
- Unresolved issues
- Confidence score
安全使用建议
This looks safe to install as an instruction/code reference. If you extend it to call real LLMs, be mindful that debate topics and arguments may be sent to those providers, and verify the full script because the registry source provenance is limited.
功能分析
Type: OpenClaw Skill
Name: evez-debate-framework
Version: 1.0.0
The skill bundle provides a legitimate framework for multi-agent debates and adversarial reasoning. The core logic in `scripts/debate.py` implements argument scoring using heuristic markers and orchestrates debate rounds between agents with different stances. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code is well-structured and uses only standard Python libraries.
能力评估
Purpose & Capability
The stated purpose is a multi-agent debate framework, and the visible code implements debate agents, arguments, scoring, and judging consistent with that purpose.
Instruction Scope
The instructions describe how to configure debate roles and judging; they do not tell the agent to override user intent, hide behavior, or perform high-impact actions.
Install Mechanism
There is no install spec or dependency installation, but the registry lists the source as unknown and provides no homepage, so users have limited provenance context.
Credentials
No required binaries, environment variables, credentials, or external services are declared; the visible code uses standard-library Python only.
Persistence & Privilege
No background execution, privilege escalation, broad filesystem access, or persistent agent behavior is evidenced; export appears to return a JSON transcript string.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install evez-debate-framework - 安装完成后,直接呼叫该 Skill 的名称或使用
/evez-debate-framework触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of the evez-debate-framework.
- Enables multiple AI agents to debate topics with structured roles (pro, con, synth, devil’s advocate, expert).
- Supports configurable debate orchestration, including rounds, word limits, convergence detection, and judge criteria.
- Includes a judge module to evaluate arguments, score rounds, and determine consensus or unresolved issues.
- Designed for applications in multi-agent systems, output improvement, red-teaming, and consensus-seeking AI workflows.
元数据
常见问题
Evez Debate Framework 是什么?
Framework where multiple AI agents debate to reach better conclusions through adversarial reasoning. Use when building multi-agent systems, consensus-seeking... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 82 次。
如何安装 Evez Debate Framework?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install evez-debate-framework」即可一键安装,无需额外配置。
Evez Debate Framework 是免费的吗?
是的,Evez Debate Framework 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Evez Debate Framework 支持哪些平台?
Evez Debate Framework 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Evez Debate Framework?
由 Evez666(@evezart)开发并维护,当前版本 v1.0.0。
推荐 Skills