agentsetup

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package agentsetup provides centralized registration of all available agent implementations.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RegisterAll

func RegisterAll(registrar AgentRegistrar) error

RegisterAll registers all available agent implementations to the given registrar. Returns an error if any agent fails to register.

Types

type AgentRegistrar

type AgentRegistrar interface {
	RegisterAgent(name string, ag agent.Agent) error
}

AgentRegistrar is an interface for types that can register agents. This is implemented by instances.Manager.

Jump to

Keyboard shortcuts

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