Skip to content

feat: add agentfolio_beacon_lookup MCP tool for dual-layer identity#7

Open
yujinju666 wants to merge 1 commit into
0xbrainkid:mainfrom
yujinju666:main
Open

feat: add agentfolio_beacon_lookup MCP tool for dual-layer identity#7
yujinju666 wants to merge 1 commit into
0xbrainkid:mainfrom
yujinju666:main

Conversation

@yujinju666

Copy link
Copy Markdown

Summary

Part of RustChain bounty #2890 — AgentFolio ↔ Beacon dual-layer trust integration.

New Tool: agentfolio_beacon_lookup

Unified agent identity lookup combining two independent trust layers:

  1. Beacon provenance (bottube.ai directory) → "who created this content?"
  2. AgentFolio SATP trust score → "should I trust this creator?"

Returns a unified response with graceful degradation — if one layer is unavailable, the other still works.

Usage

{
  "name": "agentfolio_beacon_lookup",
  "arguments": {
    "beacon_id": "bcn_xeophon_a1078c86"
  }
}

Test Plan

  • Beacon directory query works for known IDs
  • Falls back gracefully when beacon not found
  • AgentFolio trust score lookup by agent name
  • Status: "found" / "partial" / "not_found"

Related

🤖 Generated with Claude Code

- New tool queries Beacon directory (bottube.ai) for provenance
- Queries AgentFolio SATP registry for trust score
- Returns unified response: provenance + trust in one call
- Graceful degradation if either layer is unavailable
- Part of #2890 AgentFolio↔Beacon integration

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant