返回顶部
o

oraclaw-bayesian

Bayesian inference engine for AI agents. Update beliefs with new evidence. Prior + evidence = posterior. Multi-factor prediction with calibration tracking.

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

oraclaw-bayesian

# 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` ```json { "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.

标签

skill ai

通过对话安装

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

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 oraclaw-bayesian-1775979301 技能

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

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

通过命令行安装

skillhub install oraclaw-bayesian-1775979301

下载 Zip 包

⬇ 下载 oraclaw-bayesian v1.0.0

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

v1.0.0 最新 2026-4-13 11:21
- Initial release of the Bayesian inference engine for AI agents.
- Allows belief updating using weighted evidence factors and prior probabilities.
- Supports multi-factor predictions with calibration tracking.
- Provides a `predict_bayesian` tool for combining evidence into posterior estimates.
- Includes guidance for best practices and tracking accuracy over time.
- Freemium pricing: $0.02 per inference; 3,000 free calls/month with API key.

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

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

p2p_official_large
返回顶部