Documentation
¶
Overview ¶
Package config loads cmd/agent headless CLI configuration.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.99.0
type Config struct {
FlowbotURL string `yaml:"flowbot_url"`
AccessToken string `yaml:"access_token"`
}
Config is the local flowbot-agent configuration.
func (*Config) LLMBaseURL ¶ added in v0.99.0
LLMBaseURL returns the OpenAI-compatible base URL for the agent LLM proxy.
Click to show internal directories.
Click to hide internal directories.