Versions in this module Expand all Collapse all v1 v1.10.0 Jun 26, 2026 Changes in this version + type Agents struct + Agents []aix.AgentRef + ArtifactStrategy ArtifactStrategy + HistoryLength int + MaxDelegations int + ToolPrefix *string + func (a *Agents) Name() string + func (a *Agents) New(ctx context.Context) (*ai.Hooks, error) + type ArtifactStrategy string + const ArtifactStrategyInline + const ArtifactStrategySession + type Artifacts struct + Readonly bool + func (a *Artifacts) Name() string + func (a *Artifacts) New(ctx context.Context) (*ai.Hooks, error) + type Middleware struct + func (p *Middleware) Init(ctx context.Context) []api.Action + func (p *Middleware) Middlewares(ctx context.Context) ([]*ai.MiddlewareDesc, error) + func (p *Middleware) Name() string