AgentOps-AI / AgentOps-AI/agentops

Integration: Cryptographic tool-call receipts from Signet

未關閉
#1,337 7 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Python
星號
5.8k
分支
619
PR 合併指標
30 天內沒有已合併 PR

描述

AgentOps captures the observability side of agent runs well. A complementary layer is cryptographic evidence: proving *what* each tool call sent, *who* signed it, and that the audit trail hasn't been tampered with.

[Signet](https://github.com/Prismer-AI/signet) generates Ed25519-signed receipts for every tool call, chained into a tamper-evident audit log. It already integrates with the same frameworks AgentOps supports (LangChain, CrewAI, OpenAI Agents SDK, Pydantic AI).

A lightweight integration could:
1. Attach the Signet receipt ID to the AgentOps event for cross-referencing
2. Surface signed/unsigned status in the AgentOps dashboard
3. Let users export AgentOps sessions with cryptographic proof attached

Signet is local-first (no SaaS dependency, offline-verifiable), so it wouldn't require users to create accounts with a third party. The receipts are JSON with Ed25519 signatures — straightforward to include as event metadata.

Available as `pip install signet-auth` (Python) and `npm install @signet-auth/core` (TypeScript).

Happy to prototype the integration or discuss what telemetry signals would be most useful.

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。