Versions in this module Expand all Collapse all v0 v0.14.3 May 2, 2026 Changes in this version + func Register() + type PiExecutor struct + func New(cfg *executor.Config) (*PiExecutor, error) + func (e *PiExecutor) Capabilities() []executor.Capability + func (e *PiExecutor) Close() error + func (e *PiExecutor) CostModel() *executor.CostModel + func (e *PiExecutor) Execute(ctx context.Context, task *executor.Task) (*executor.Result, error) + func (e *PiExecutor) ExecuteStreaming(ctx context.Context, task *executor.Task, handler executor.EventHandler) (*executor.Result, error) + func (e *PiExecutor) HealthCheck(ctx context.Context) error + func (e *PiExecutor) Name() string