Expand description
Skill source providers.
Defines the HostProvider trait for fetching skills from remote hosts
and provides a ProviderRegistry for managing multiple providers.
Structs§
- Provider
Registry - Registry managing host providers.
- Well
Known Provider - Provider for well-known skills endpoints.
Traits§
- Host
Provider - Interface for remote skill host providers.
Type Aliases§
- BoxFuture
- A boxed,
Send-safe future — the dyn-compatible replacement forasync fnin traits (nativeasync fnis not object-safe).