Documentation
¶
Overview ¶
Package bridge provides a discoverable entrypoint to wire the runtime hook bus to a stream.Sink without importing the hooks subscriber directly. It avoids coupling the stream and hooks packages while giving users a simple API.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSubscriber ¶
func NewSubscriber(sink stream.Sink) (hooks.Subscriber, error)
NewSubscriber returns a hooks.Subscriber that forwards selected hook events (assistant replies, planner thoughts, tool start/end) to the provided sink as typed stream.Event values using the default stream profile.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.