Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentLoader ¶
type AgentLoader struct {
// contains filtered or unexported fields
}
AgentLoader handles loading agents from the filesystem
func NewAgentLoader ¶
func NewAgentLoader(agentsDir string) *AgentLoader
NewAgentLoader creates a new agent loader
func (*AgentLoader) ListAgents ¶
func (al *AgentLoader) ListAgents() ([]string, error)
ListAgents returns a list of available agents in the agents directory
Click to show internal directories.
Click to hide internal directories.