Documentation
¶
Overview ¶
Package codexcfg holds the Bot Agent configuration contract for the direct codex runtime.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotConfigured = errors.New("codex runtime is not configured for this Agent")
Functions ¶
func ValidPermissionMode ¶
ValidPermissionMode also accepts an unset value, which means the default.
Types ¶
type Config ¶
type Config struct {
Auth AuthMode
APIKey string //nolint:gosec // decrypted runtime credential, not a hardcoded secret
BaseURL string
// Per-turn model and reasoning overrides win over these values.
Model string
ReasoningEffort string
PermissionMode string
}
Config is one Codex Bot Agent's runtime configuration.
Click to show internal directories.
Click to hide internal directories.