Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultModel = "deepseek-v4-flash" ProModel = "deepseek-v4-pro" DefaultReasoningEffort = "high" DefaultThinkingEnabled = true DefaultContextWindow = 128_000 DeepSeekV4ContextWindow = 1_000_000 DefaultAutoCompactThreshold = 0.85 DefaultAgentCompactThreshold = 0.90 DefaultMemoryMaxChars = 8000 DefaultMemoryFileOrderCSV = "AGENTS.md,.claude/instructions.md,CLAUDE.md" )
Variables ¶
This section is empty.
Functions ¶
func ContextWindowForModel ¶ added in v0.1.21
ContextWindowForModel returns the context window size in tokens for model.
func DefaultMemoryFileOrder ¶
func DefaultMemoryFileOrder() []string
func IsDeepSeekV4Model ¶
func IsSupportedModel ¶
func SupportedModels ¶
func SupportedModels() []string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.