Expand description
Decentralized marketplace for agent services and resources.
This crate provides a marketplace system for AI agents to discover, offer, and request services. It includes:
- Service type enumeration
- Service offers and requests
- Automatic matching logic
- Reputation tracking
- Statistics and monitoring
Re-exports§
pub use error::MarketplaceError;pub use error::Result;pub use types::ServiceMatch;pub use types::ServiceOffer;pub use types::ServiceRequest;pub use types::ServiceType;
Modules§
Structs§
- Agent
Marketplace - Agent marketplace for service discovery and matching
- Marketplace
Stats - Statistics for the marketplace
- Service
Offer Options - Options for posting a service offer
- Service
Request Options - Options for posting a service request