Documentation
¶
Index ¶
Constants ¶
View Source
const ( ProtocolVersion = "2026-08-11" ServerName = "agentdock" PathModel = "host" 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
OAuthAccessTokenTTLSeconds int64
OAuthAccessTokenNeverExpires bool
LogLevel string
NexusEndpoint string
NexusToken string
BrowserEnabled bool
BrowserExecutablePath string
ACPEnabled bool
ACPAgentName string
ACPCommand string
ACPArgs []string
ACPEnvFromEnv map[string]string
ACPAllowedRoots []string
ACPMaxPrompts int
ACPInteractionMS int
Stdio bool
TrustedProxyCIDRs []string
}
func (Config) AuthRequired ¶
func (Config) ValidateAuth ¶
Click to show internal directories.
Click to hide internal directories.