Versions in this module Expand all Collapse all v0 v0.1.0 Mar 30, 2026 Changes in this version + type Option func(*options) + func WithDependencies(pkgs ...string) Option + func WithPermissions(p *ramune.Permissions) Option + func WithRuntimeOptions(opts ...ramune.Option) Option + func WithTimeout(d time.Duration) Option + type Runner struct + func NewRunner(opts ...Option) (*Runner, error) + func (r *Runner) Close() error + func (r *Runner) Language() string + func (r *Runner) RegisterAnyFunc(name string, fn any) error + func (r *Runner) RegisterFunc(name string, fn ramune.GoFunc) error + func (r *Runner) Run(ctx context.Context, code string) (*codeact.RunResult, error) + func (r *Runner) ToolDescription() string + func (r *Runner) ToolName() string