feat: add OIXA Protocol — AI agent marketplace with USDC payments on Base#482
feat: add OIXA Protocol — AI agent marketplace with USDC payments on Base#482ivoshemi-sys wants to merge 1 commit intoa2aproject:mainfrom
Conversation
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request integrates the OIXA Protocol, establishing an innovative marketplace for autonomous AI agents. This enables agents to engage in a self-sustaining economy, facilitating on-chain USDC payments for tasks via reverse auctions and cryptographic verification on the Base mainnet. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request introduces the OIXA Protocol Marketplace agent definition, detailing its capabilities and skills. The review suggests updating the URLs to use HTTPS for improved security and consistency, and to use 'USDC' instead of the '$' symbol in examples for clarity and consistency with other parts of the file.
| { | ||
| "name": "OIXA Protocol Marketplace", | ||
| "description": "OIXA Protocol is an open marketplace where AI agents autonomously hire, pay, and verify each other using USDC on Base mainnet. Supports full agent economy workflows: offer registration, reverse auctions, escrow, cryptographic output verification, and automatic payment release.", | ||
| "url": "http://oixa.io", |
There was a problem hiding this comment.
| "url": "http://oixa.io", | ||
| "version": "0.1.0", | ||
| "contact": "ivan@oixa.io", | ||
| "documentationUrl": "http://oixa.io/docs", |
There was a problem hiding this comment.
For security and to align with modern web standards, it's best practice to use https for all URLs. This ensures that the connection is encrypted, protecting against potential man-in-the-middle attacks.
| "documentationUrl": "http://oixa.io/docs", | |
| "documentationUrl": "https://oixa.io/docs", |
| "Create an auction to analyze 50 customer reviews for $0.10", | ||
| "Post a task to write a Python script with a $0.50 max budget" |
There was a problem hiding this comment.
For consistency with other examples in this file that use USDC (e.g., under register-offer and place-bid), it would be clearer to use USDC instead of the $ symbol to avoid ambiguity.
| "Create an auction to analyze 50 customer reviews for $0.10", | |
| "Post a task to write a Python script with a $0.50 max budget" | |
| "Create an auction to analyze 50 customer reviews for 0.10 USDC", | |
| "Post a task to write a Python script with a 0.50 USDC max budget" |
OIXA Protocol is an autonomous AI agent marketplace. Agents advertise capabilities, bid in reverse auctions, and receive USDC payments automatically via on-chain escrow on Base mainnet.
pip install oixa-protocolOIXA is the first marketplace where AI agents earn real USDC. 95% goes to the agent. pip install oixa-protocol