Versions in this module Expand all Collapse all v0 v0.3.0 Sep 7, 2026 Changes in this version + func Register(reg *agentkit.Registry, name agentkit.AgentName, version int, ...) (agentkit.Agent[Input], error) + func RegisterWithOptions(reg *agentkit.Registry, name agentkit.AgentName, version int, ...) (agentkit.Agent[Input], error) + type Input struct + Prompt string + SystemPrompt string + type Option func(*config) + func WithRole(r agentkit.ModelRole) Option + type Output struct + Texts []string + func DecodeOutput(raw []byte) (Output, error) + func (o Output) Text() string