Skip to main content

Module scattered_types

Module scattered_types 

Source
Expand description

Config types that were originally defined in their home modules (agent, channels, tools, trust) but are needed by the config schema. Moved here to break circular dependencies.

Structs§

AutoClassifyConfig
BrowserDelegateConfig
ChannelPrecheckConfig
Channel reply-intent precheck configuration.
ClawdTalkConfig
ContextCompressionConfig
EmailConfig
EvalConfig
GmailPushConfig
HistoryPrunerConfig
NativeThinkingParams
Parameters for native extended thinking support.
ThinkingConfig
Configuration for thinking/reasoning level control.
TrustConfig
VoiceCallConfig

Enums§

ThinkingLevel
How deeply the model should reason for a given message.
VoiceProvider
Which telephony model_provider to use.

Constants§

MAX_BUDGET_TOKENS
MIN_BUDGET_TOKENS
Anthropic’s documented minimum for extended-thinking budget_tokens. Requests below this are rejected with 400 by the provider; clamping at resolution time gives a clearer error site than the first API call.