Skip to main content

Module providers

Module providers 

Source
Expand description

Skill source providers.

Defines the HostProvider trait for fetching skills from remote hosts and provides a ProviderRegistry for managing multiple providers.

Structs§

ProviderRegistry
Registry managing host providers.
WellKnownProvider
Provider for well-known skills endpoints.

Traits§

HostProvider
Interface for remote skill host providers.

Type Aliases§

BoxFuture
A boxed, Send-safe future — the dyn-compatible replacement for async fn in traits (native async fn is not object-safe).