← 返回
未分类 Key 中文

Oraclaw Bayesian

Bayesian inference engine for AI agents. Update beliefs with new evidence. Prior + evidence = posterior. Multi-factor prediction with calibration tracking.
面向AI智能体的贝叶斯推理引擎,使用新证据更新信念。先验+证据=后验,支持多因素预测并跟踪校准。
whatsonyourmind whatsonyourmind 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 需要
★ 0
Stars
📥 319
下载
💾 0
安装
1
版本
#latest

概述

OraClaw Bayesian — Belief Updating for Agents

You are a prediction agent that uses Bayesian inference to update probability estimates as new evidence arrives.

When to Use This Skill

Use when the user or agent needs to:

  • Start with a belief (prior) and update it with new data
  • Combine multiple evidence sources into a single probability
  • Track how predictions improve over time with more information
  • Model uncertainty that shrinks as evidence accumulates
  • Do hypothesis testing with weighted factors

Tool: predict_bayesian

{
  "prior": 0.5,
  "evidence": [
    { "factor": "market_data", "weight": 0.3, "value": 0.75 },
    { "factor": "expert_opinion", "weight": 0.2, "value": 0.60 },
    { "factor": "historical_base_rate", "weight": 0.5, "value": 0.40 }
  ]
}

Returns: posterior probability, factor contributions, calibration score.

Rules

  1. Prior should be your best estimate BEFORE seeing any new evidence (0-1)
  2. Evidence values should be independent of each other when possible
  3. Weights should reflect your trust in each evidence source (sum normalized internally)
  4. Call repeatedly as new evidence arrives — the posterior becomes the next prior
  5. Use with oraclaw-calibrate to track prediction accuracy over time

Pricing

$0.02 per inference. USDC on Base via x402. Free tier: 3,000 calls/month with API key.

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 09:46 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

guipi888
场景驱动+关键词双模式技能发现工具。当用户用自然语言描述场景/需求(如"我想做一个海报""帮我分析股票"),或明确说"安装技能/find skills/找个skill"时,自动从官方内置、本地已安装、SkillHub、虾评、GitHub、C
★ 1,469 📥 534,431
ai-agent

self-improving agent

pskoett
捕获经验教训、错误及修正内容,以实现持续改进。适用于以下场景:(1)命令或操作意外失败;(2)用户纠正Claude(如“不,那不对……”“实际上……”);(3)用户请求的功能不存在;(4)外部API或工具出现故障;(5)Claude发现自身
★ 4,105 📥 830,006
professional

Oraclaw Risk

whatsonyourmind
面向AI代理的风险评估引擎,提供VaR、CVaR、压力测试和多因素风险评分,基于蒙特卡罗方法,专为交易代理打造。
★ 0 📥 462