Module attribution
Modules§
- channel_
kind_ opt_ serde - Serde adapter for
Option<ChannelKind>that routes through the strum string form, so the wire token is single-sourced from the enum’sIntoStaticStr/EnumStringderives instead of a parallel serde map.
Structs§
- Channel
Kind Iter - An iterator over the variants of ChannelKind
Enums§
- Channel
Kind - Channel implementations.
- Cron
Kind - Cron schedule shapes.
- Memory
Kind - Model
Provider Kind - Provider
Kind - Provider family. The inner enum carries the specific implementation;
the outer family drives which composite prefix (
model_provider/tts_provider/ …) the layer populates. - Role
- Closed taxonomy of every role a thing can fill.
- Tool
Kind - Built-in tool implementations. Closed set — plugins that need their own attribution add a variant here.
- Transcription
Provider Kind - TtsProvider
Kind - Tunnel
Provider Kind
Traits§
- Attributable
- Trait every alias-bound “thing” implements once next to its struct.