Versions in this module Expand all Collapse all v0 v0.0.4 May 21, 2026 Changes in this version + var ErrStructuredIOSchemaValidation = errors.New("structured I/O schema validation error") + var ErrStructuredInputSchemaValidation = errors.Join(errors.New("structured input schema validation error"), ...) + var ErrStructuredOutputSchemaValidation = errors.Join(errors.New("structured output schema validation error"), ...) + func NewAgent(wrapped adkagent.Agent, setters ...Option) (adkagent.Agent, error) + type Option func(*options) + func WithInputSchema(inputSchema string) Option + func WithMaxAccumulatedOutputBytes(maxBytes int) Option + func WithOutputSchema(outputSchema string) Option + func WithOutputValidationRetries(retries int) Option + func WithSystemInstruction(instruction string) Option