strategy

package
v0.0.0-...-e18e3fe Latest Latest
Warning

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

Go to latest
Published: Jan 24, 2025 License: MPL-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Strategy

type Strategy interface {
	Execute(task string, Agents []*agentinfo.AgentsNodeInfo, localLLM llm.Llm) []*TaskAgent
	Finalize(responses []string, localLLM llm.Llm) string
}

type TaskAgent

type TaskAgent struct {
	Task  string
	Agent *agentinfo.AgentInfo
	Node  *agentinfo.NodeInfo
}

Jump to

Keyboard shortcuts

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