Documentation
¶
Index ¶
Constants ¶
View Source
const ( ProtocolVersion = "2026-07-28" ServerName = "agentdock" Version = "0.6.1" PathModel = "host" BrowserRunnerDir = "browser-runner" BrowserArtifactDir = "browser-artifacts" RecallTimeoutMS = 30000 )
Variables ¶
This section is empty.
Functions ¶
func SkillStateDir ¶
SkillStateDir returns AgentDock's local document Skill store.
Types ¶
type Config ¶
type Config struct {
AgentDockHome string
AgentDockDefaultDir string
Host string
Port int
AuthToken string
OAuthEnabled bool
OAuthServerURL string
LogLevel string
NexusEndpoint string
NexusToken string
BrowserEnabled bool
BrowserRunnerDir string
BrowserNodePath string
Stdio bool
TrustedProxyCIDRs []string
}
func (Config) AuthRequired ¶
func (Config) ValidateAuth ¶
Click to show internal directories.
Click to hide internal directories.