custom

package
v0.0.0-...-a981527 Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package custom provides the fallback framework plugin for forge/custom agent projects.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Plugin

type Plugin struct{}

Plugin is the forge/custom fallback framework plugin. It handles both "forge" and "custom" framework values.

func (*Plugin) DetectProject

func (p *Plugin) DetectProject(dir string) (bool, error)

DetectProject always returns true -- forge is the fallback.

func (*Plugin) ExtractAgentConfig

func (p *Plugin) ExtractAgentConfig(dir string) (*plugins.AgentConfig, error)

ExtractAgentConfig returns an empty config -- forge.yaml is the authority for forge projects.

func (*Plugin) GenerateWrapper

func (p *Plugin) GenerateWrapper(config *plugins.AgentConfig) ([]byte, error)

GenerateWrapper returns nil -- forge projects use the built-in LLM executor.

func (*Plugin) Name

func (p *Plugin) Name() string

func (*Plugin) RuntimeDependencies

func (p *Plugin) RuntimeDependencies() []string

RuntimeDependencies returns nil -- no framework-specific dependencies.

Jump to

Keyboard shortcuts

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