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 *runtimehost.InteractionRouter
ModelStore *modelrouter.ModelStore
MemoryStore *localmemory.Store
SessionDBPath string
ServerAddr string
OrgID uint
AuthToken string
}
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service is the Worker composition root. It constructs the full agent.Executor pipeline and the agentrun.Service pipeline.
func (*Service) AgentRunService ¶
AgentRunService returns the agentrun.Service.
func (*Service) Environment ¶
Environment returns the tool registry.
Click to show internal directories.
Click to hide internal directories.