Versions in this module Expand all Collapse all v0 v0.2.0 May 15, 2026 v0.1.0 May 12, 2026 Changes in this version + type Bridge struct + func NewBridge(c *client.EyrieClient, provider string, opts ...sightLib.Option) *Bridge + func (b *Bridge) Describe(ctx context.Context, diff string) (*sightLib.Description, error) + func (b *Bridge) Improve(ctx context.Context, diff string) (*sightLib.ImproveResult, error) + func (b *Bridge) Ready() bool + func (b *Bridge) Review(ctx context.Context, diff string) (*sightLib.Result, error) + type EyrieAdapter struct + func NewEyrieAdapter(c *client.EyrieClient, provider string) *EyrieAdapter + func (a *EyrieAdapter) Chat(ctx context.Context, messages []sightLib.Message, opts sightLib.ChatOpts) (*sightLib.Response, error)