build

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: May 29, 2026 License: AGPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Builder

type Builder struct {
	Drivers   *driver.Registry
	LLM       engine.LlmClient
	Memory    *memory.Manager
	Retriever engine.Retriever
	WebSearch websearch.Provider // optional; nil disables WebSearchTool nodes
}

Builder holds the engine-scoped dependencies needed to construct a Runner.

func (*Builder) Build

Build constructs a Runner for the given workflow and network manifest. nm may be nil. Refreshes the memory snapshot before assembling nodes so agent nodes see the latest declared files (including any seeded by the current deploy).

Jump to

Keyboard shortcuts

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