feat: add @x402-index/plugin-x402search#312
feat: add @x402-index/plugin-x402search#312x402-index wants to merge 1 commit intoelizaos-plugins:mainfrom
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughA new plugin mapping entry Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip You can disable poems in the walkthrough.Disable the |
Adds x402search plugin to the ElizaOS registry.
@x402-index/plugin-x402search — Natural language search across 14,000+ indexed API services.
Agents can now discover APIs by capability query instead of hardcoding endpoints. Complements existing x402 payment plugins already in the registry.
Greptile Summary
This PR registers
@x402-index/plugin-x402searchin the ElizaOS plugin registry, enabling agents to discover APIs via natural language queries paid for with $0.01 USDC per call over the x402 protocol on Base mainnet."@scope/plugin-name": "github:org/repo") and is inserted in the correct alphabetical position.index.json.@x402-index) matches the GitHub organisation (x402-index), consistent with registry conventions for third-party plugins.SEARCH_APISaction is invoked. Users of this plugin should be aware of the cost implications before enabling it in an agent.Confidence Score: 4/5
Important Files Changed
@x402-index/plugin-x402searchregistry entry in correct alphabetical position between@tonyflamand@zane-archer; also fixes the missing trailing newline.Sequence Diagram
sequenceDiagram participant Agent as ElizaOS Agent participant Plugin as plugin-x402search participant X402 as x402 Protocol (Base mainnet) participant API as x402search.xyz Agent->>Plugin: Trigger SEARCH_APIS action (natural language query) Plugin->>X402: Authorize $0.01 USDC payment (Base mainnet) X402-->>Plugin: Payment confirmed Plugin->>API: POST /search (query) API-->>Plugin: JSON response (matching API services) Plugin-->>Agent: Return discovered API endpointsLast reviewed commit: "feat: add @x402-inde..."
(2/5) Greptile learns from your feedback when you react with thumbs up/down!
Summary by CodeRabbit