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 (*Service) AssistantService ¶
AssistantService returns the new architecture assistant.Service.
func (*Service) Environment ¶
Environment returns the tool registry.
Click to show internal directories.
Click to hide internal directories.