sequentialagent

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Feb 4, 2026 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package sequentialagent provides an agent that runs its sub-agents in a sequence.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(cfg Config) (agent.Agent, error)

New creates a SequentialAgent.

SequentialAgent executes its sub-agents once, in the order they are listed.

Use the SequentialAgent when you want the execution to occur in a fixed, strict order.

Types

type Config

type Config struct {
	// Basic agent setup.
	AgentConfig agent.Config
}

Config defines the configuration for a SequentialAgent.

Jump to

Keyboard shortcuts

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