Versions in this module Expand all Collapse all v0 v0.1.1 Jul 15, 2026 Changes in this version + const PluginTypeModelProvider + const PluginTypeTool + type ModelEntry struct + ApiKey string + BaseUrl string + Label string + ModelId string + type ModelProviderPlugin interface + Models func(ctx context.Context) ([]ModelEntry, error) + type Plugin interface + Meta func() PluginMeta + type PluginMeta struct + Description string + Name string + Parameters json.RawMessage + Type string + type ToolPlugin interface + Execute func(ctx context.Context, args json.RawMessage) (string, error)