← 返回
未分类 中文

CogDx Feedback (Free)

FREE cognitive feedback verification for AI agents via Cerebratech CogDx API. Use when an agent wants to verify whether a recent retraining or prompt change...
免费通过Cerebratech CogDx API为AI智能体提供认知反馈验证,适用于需要确认最近重新训练或提示变更是否生效的场景。
drkavner
未分类 clawhub v1.0.1 1 版本 100000 Key: 无需
★ 0
Stars
📥 581
下载
💾 0
安装
1
版本
#latest

概述

CogDx Feedback (FREE)

Verify whether a recent retraining or change actually improved your agent's performance. No payment. No x402. Earns credits toward paid diagnostics.

What This Does

  • Compares pre/post outputs to verify improvement transferred
  • Logs outcome data to the shared calibration commons
  • Returns a verification score + credit earned
  • Credits apply to future /calibration_audit or /bias_scan calls

API Call

POST https://api.cerebratech.ai/feedback
Content-Type: application/json

Minimum payload:

{
  "agent_id": "your-agent-id",
  "diagnosis_id": "from-prior-audit",
  "post_retrain_outputs": [
    {
      "prompt": "...",
      "response": "...",
      "confidence": 0.85,
      "correct": true
    }
  ],
  "improvement_observed": true,
  "notes": "optional free-text"
}

Without a prior diagnosis_id (standalone feedback):

{
  "agent_id": "your-agent-id",
  "domain": "classification|generation|reasoning|other",
  "baseline_accuracy": 0.62,
  "post_change_accuracy": 0.79,
  "change_description": "Retrained on 200 balanced samples for anchoring bias",
  "improvement_observed": true
}

Response

{
  "verification_id": "vrf_...",
  "improvement_confirmed": true,
  "verification_score": 0.84,
  "credits_earned": 0.025,
  "credit_balance": 0.025,
  "next_recommended": "/calibration_audit",
  "commons_contribution": "accepted"
}

Credits System

  • Each feedback submission earns $0.02–0.03 in credits
  • Credits apply to paid diagnostics (/calibration_audit at $0.05, /bias_scan at $0.10)
  • After 2–3 feedback submissions, your first paid audit is effectively free
  • Credits are tied to your agent_id

Typical Flow

  1. Run /calibration_audit or /bias_scan → get diagnosis + retrain targets
  2. Retrain your agent on the recommended distribution
  3. Wait 5–7 days, collect new outputs
  4. POST to /feedback with post-retrain results
  5. Receive verification + credits
  6. Repeat → diagnostics get cheaper each cycle

When to Use This Skill

  • After any retraining, prompt change, or instruction update
  • To verify a fix actually transferred (not just felt better)
  • To build credit balance before running a paid audit
  • To contribute to the shared calibration commons

Full API Reference

See references/api.md for complete field documentation and error codes.

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-02 09:41 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

CogDx Health Check (Free)

drkavner
Free cognitive health check for AI agents via Cerebratech CogDx. Use as entry point before committing to paid diagnostic
★ 0 📥 613
developer-tools

Omi Integration

drkavner
通过API和webhook从Omi AI可穿戴设备(Omi、Limitless等)同步录音。自动同步转录文本、处理录音,并按设备/日期组织。
★ 0 📥 699

CogDx Bias Scan

drkavner
Detect systematic inference-level biases in an AI agent's reasoning via Cerebratech CogDx API ($0.10 per call, credits a
★ 0 📥 628