Expand description
Standalone protocol abstractions for LDP.
These types define the adapter interface for LDP, allowing it to operate independently or as a plugin within runtimes like JamJet.
Structs§
- Protocol
Registry - Registry for protocol adapters, mapping protocol names to implementations.
- Remote
Capabilities - Capabilities discovered from a remote delegate.
- Remote
Skill - A skill exposed by a remote delegate.
- Task
Handle - Handle returned after submitting a task.
- Task
Request - A request to execute a task on a remote delegate.
Enums§
- Task
Event - Events emitted during task streaming.
- Task
Status - Current status of a submitted task.
Traits§
- Protocol
Adapter - Protocol adapter trait — the core abstraction for delegate communication.
Type Aliases§
- Task
Stream - Async stream of task events.