Structs§
- Message
Plugin Ctx - Context passed to message-handling plugin methods.
- Plugin
Call Context - Shared context attached to every plugin invocation.
- Session
Plugin Ctx - Session
Plugin Response - What a session lifecycle hook returns: the capability set plus optional metadata the plugin wants persisted onto the session.
Traits§
Functions§
- empty_
stream - Helper to build an empty plugin stream (default no-op responses).
- stream_
from_ events - Helper to build a plugin stream from a pre-collected vector of events.
Type Aliases§
- Plugin
Stream - A boxed async stream of streaming events from a plugin.