Skip to main content

Crate hanzo_agent_marketplace

Crate hanzo_agent_marketplace 

Source
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§

error
Error types for the marketplace
types
Type definitions for the marketplace

Structs§

AgentMarketplace
Agent marketplace for service discovery and matching
MarketplaceStats
Statistics for the marketplace
ServiceOfferOptions
Options for posting a service offer
ServiceRequestOptions
Options for posting a service request