blueprint

package
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 29, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Blueprint

type Blueprint struct {
	// contains filtered or unexported fields
}

Blueprint represents a compiled workflow

func New

func New(file string, llm chatter.Chatter, sink iosystem.Sink, cache storage.Storage) (*Blueprint, error)

New loads and compiles a blueprint file

func (*Blueprint) About

func (bp *Blueprint) About() string

func (*Blueprint) JobCount

func (bp *Blueprint) JobCount() int

JobCount returns the number of jobs in the workflow

func (*Blueprint) Name

func (bp *Blueprint) Name() string

func (*Blueprint) Prompt

func (bp *Blueprint) Prompt(ctx context.Context, in runtime.Event, opt ...chatter.Opt) (runtime.Event, error)

Run executes the entrypoint job (or "main" if no entrypoint specified)

func (*Blueprint) Schema

func (bp *Blueprint) Schema() (*jsonschema.Schema, *jsonschema.Schema)

func (*Blueprint) StepCount

func (bp *Blueprint) StepCount() int

StepCount returns the total number of steps across all jobs

func (*Blueprint) Workflow added in v0.1.16

func (bp *Blueprint) Workflow() *compiler.Workflow

Workflow returns the compiled workflow (for internal use, e.g., skip-if-exists)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL