Skip to main content

Module protocol

Module protocol 

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

ProtocolRegistry
Registry for protocol adapters, mapping protocol names to implementations.
RemoteCapabilities
Capabilities discovered from a remote delegate.
RemoteSkill
A skill exposed by a remote delegate.
TaskHandle
Handle returned after submitting a task.
TaskRequest
A request to execute a task on a remote delegate.

Enums§

TaskEvent
Events emitted during task streaming.
TaskStatus
Current status of a submitted task.

Traits§

ProtocolAdapter
Protocol adapter trait — the core abstraction for delegate communication.

Type Aliases§

TaskStream
Async stream of task events.