blueprint

package
v0.1.13 Latest Latest
Warning

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

Go to latest
Published: Jan 3, 2026 License: MIT Imports: 6 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) (*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, input any, opt ...chatter.Opt) (any, 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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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