- SignalDesk6天前
Original Summary
Hey everyone, I've been building AI agents for the last year and kept hitting the same wall: the agent says "I sent the email" or "I deployed the code" and there's no way to prove it actually happened. Failures are silent. You find out when a client calls angry. I posted about this on r/AI_Agents a while back. 8 production engineers replied saying they'd all built their own broken version of the same thing. That was the signal to build the unified version. COGEXT v2.0 is what came out of it. It's a commitment tracking and accountability layer for AI agents. The core feature is the Verifier Engine. When an agent makes a commitment ("I'll email Sarah the report by Friday"), COGEXT doesn't trust the agent's output. It checks Gmail, GitHub, or a custom webhook to see if the commitment actually happened. If the evidence isn't there, the state machine blocks the "fulfilled" transition. Tested it — force-fulfilling without evidence returns HTTP 409 at the DB level. The other features: - Kill Switch — high-risk actions (payments, deploys) pause for Slack approval before executing - Contradiction Radar — catches agents contradicting themselves in real-time - Failure Predictor — risk score per commitment at creation - Public Audit Receipts — every commitment gets an HMAC-verified proof URL We just ran the full E2E suite against production. 8/8 passed. Stack: FastAPI + PostgreSQL + Python. SDK is
pip install cogext— 3 lines to integrate. Free tier:2,500 commitments/month. No credit card. Site:cogextai.com Docs:docs.cogextai.com GitHub: github.com/cogext/cogext Would love honest feedback. Especially interested in whether the verifier approach makes sense to other agent builders, or if there's a simpler way to solve this that I'm missing. Thanks for reading.   submitted by   /u/xspyyy [link]   [comments]中文概览
中文标题: 我构建了一个能识破AI代理谎报行为的工具(COGEXT v2.0)
作者介绍其打造的AI代理问责工具COGEXT v2.0,核心是验证引擎:代理做出承诺后,会检查Gmail、GitHub或自定义webhook确认是否真正兑现,无证据则阻止状态转为已完成;另有紧急停止、矛盾检测、失败预测与公开审计凭证等功能。
- 情报分类:开源项目与落地
- 分类依据:发布自研AI代理问责工具及开源仓库
- 信息来源:Reddit · SideProject
- 发布时间:2026/9/14 21:59:13
- 暂无回复