Versions in this module Expand all Collapse all v0 v0.1.1 Mar 3, 2026 v0.1.0 Mar 3, 2026 Changes in this version + type Adapter struct + func New(cfg runtime.AdapterConfig) *Adapter + func (a *Adapter) CreateSession(_ context.Context) (string, error) + func (a *Adapter) Events() <-chan runtime.Event + func (a *Adapter) IsHealthy(_ context.Context) bool + func (a *Adapter) RespondToUserInput(callID string, answers []runtime.QuestionAnswer) error + func (a *Adapter) ResumeSession(_ context.Context, sessionID string) error + func (a *Adapter) Runtime() runtime.Runtime + func (a *Adapter) SendMessage(_ context.Context, text string) error + func (a *Adapter) Start(ctx context.Context) error + func (a *Adapter) Stop(_ context.Context) error + type Client struct + func NewClient(url string) (*Client, error) + func (c *Client) Call(method string, params interface{}) (json.RawMessage, error) + func (c *Client) Close() error + func (c *Client) Notifications() <-chan rpcResponse