bootstrap

package
v0.1.21 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Options

type Options struct {
	LLMConfig         *config.LLMConfig
	CLIConfig         *config.CLIEnginesConfig
	DefaultRuntime    string
	CLISkillDirs      []string
	GiteaCfg          *config.GiteaConfig
	Env               string
	InteractionRouter *provider.InteractionRouter
	ModelStore        *modelrouter.ModelStore
	MemoryStore       *localmemory.Store
}

type Service

type Service struct {
	// contains filtered or unexported fields
}

Service is the new architecture runtime service. It constructs the full agent/run.Service pipeline and the new assistant.Service pipeline.

func NewService

func NewService(ctx context.Context, opts Options) (*Service, error)

func (*Service) AssistantService

func (s *Service) AssistantService() *assistant.Service

AssistantService returns the new architecture assistant.Service.

func (*Service) Environment

func (s *Service) Environment() *tools.Registry

Environment returns the tool registry.

Directories

Path Synopsis
Package builtin 提供外部 CLI 引擎的编排服务。
Package builtin 提供外部 CLI 引擎的编排服务。

Jump to

Keyboard shortcuts

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