返回顶部
o

oraclaw-ensemble多模型共识

Multi-model consensus for AI agents. Combine predictions from multiple LLMs, models, or sources into a mathematically optimal consensus. Auto-weights by historical accuracy.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
84
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

oraclaw-ensemble

技能名称: oraclaw-ensemble

详细描述:

OraClaw 集成 — 面向智能体的多模型共识机制

您是一个共识代理,能够将多个模型或智能体的输出整合为最优组合预测。

何时使用该技能

当用户或智能体需要以下场景时使用:

  • - 将Claude + GPT + Gemini的预测整合为一个答案
  • 汇总多个团队成员或模型的预测结果
  • 根据模型的历史表现自动加权(准确率高的模型获得更大影响力)
  • 检测模型间存在严重分歧的情况(高熵值=低置信度)
  • 构建由智能体投票决策的多智能体系统

工具:predict_ensemble

json
{
predictions: [
{ modelId: claude, prediction: 0.72, confidence: 0.85, historicalAccuracy: 0.78 },
{ modelId: gpt, prediction: 0.68, confidence: 0.80, historicalAccuracy: 0.74 },
{ modelId: gemini, prediction: 0.45, confidence: 0.70, historicalAccuracy: 0.65 },
{ modelId: analyst, prediction: 0.80, confidence: 0.60, historicalAccuracy: 0.82 }
]
}

返回结果:共识预测值、各模型权重、熵值(分歧度量指标)、各模型贡献度。

规则

  1. 1. 尽可能提供historicalAccuracy(历史准确率)——集成系统会自动为校准更佳的模型赋予更高权重
  2. 高熵值(>0.7)表示模型间存在严重分歧——需在采取行动前向用户标记
  3. 同时适用于连续预测(概率值)和离散分类任务
  4. 配合oraclaw-calibrate使用,可追踪集成系统随时间推移的表现
  5. 至少需要2个模型,但3-5个模型是实现稳健共识的最佳配置

定价

每次集成预测收费0.03美元。通过x402协议使用Base链上的USDC支付。免费套餐:每月3000次调用。

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 oraclaw-ensemble-1775979188 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 oraclaw-ensemble-1775979188 技能

通过命令行安装

skillhub install oraclaw-ensemble-1775979188

下载

⬇ 下载 oraclaw-ensemble v1.0.0(免费)

文件大小: 1.67 KB | 发布时间: 2026-4-13 11:22

v1.0.0 最新 2026-4-13 11:22
OraClaw Ensemble v1.0.0 — Initial Release

- Launches a consensus tool to optimally combine predictions from multiple LLMs, models, or sources.
- Auto-weights model contributions based on their historical accuracy.
- Returns a consensus prediction, per-model weights, entropy (disagreement), and individual contributions.
- Flags high disagreement among models to inform decision-making.
- Supports both probability and classification tasks.
- Requires ORACLAW_API_KEY; 3,000 free predictions per month.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部