AgentOps-AI / AgentOps-AI/agentops

🔗 Integration: AgentFolio — Agent Identity & Trust Tracking

Đang mở
#1,287 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
Ngôn ngữ chính
Python
Star
5.8k
Fork
619
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

## Summary

AgentOps tracks agent performance and costs. [AgentFolio](https://agentfolio.bot) adds the identity layer — **who** is the agent, and **how trusted** are they?

Together: you'd know not just what an agent did, but whether it was verified and reputable.

## Proposed Integration

| Feature | Description |
|---------|-------------|
| **Identity enrichment** | Attach AgentFolio profiles to tracked agents |
| **Trust score logging** | Log trust scores alongside performance metrics |
| **Verification status** | Track which agents are verified (GitHub, X, Solana) |
| **Trust-gated actions** | Log when agents pass/fail trust gates |

## Example

```python
import agentops
from agentfolio_adk import agent_verify_trust

agentops.init()

# Before delegating, verify trust
trust = agent_verify_trust("agent_123")
# AgentOps logs: agent_123 trust_score=78, verified=True

# If trust < threshold, AgentOps captures the blocked interaction
```

## Reference Implementation

Working tools package (5 functions): **https://github.com/0xbrainkid/google-adk-agentfolio**

## Why this fits AgentOps

You already track agent sessions, costs, and tool calls. Identity + trust is the natural next dimension:
- **Which agents are verified vs anonymous?**
- **Do higher-trust agents perform better?**
- **When trust-gating blocked an interaction, was it the right call?**

Open to building a native AgentOps integration if interested!

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.