code-docs/plugins/connections/anthropic.md
Anthropic connection and ClaudeAgent resolver for Claude models.
Creates an Anthropic AI SDK provider instance.
apiKey (required)src/connections/Anthropic/schema.jsResolver that calls handleAgentChat from @lowdefy/ai-utils.
Adds provider-specific providerOptions:
anthropic.thinking -- Extended thinking config ({ type: 'enabled', budgetTokens })anthropic.effort -- Reasoning effort level (low, medium, high)Schema extends AISDKAgentSchema with thinking and effort properties. Also includes pageContext to prepend page context to instructions.
connections -- Anthropicagents -- ClaudeAgenttypes -- type registrysrc/connections/Anthropic/Anthropic.js -- Connection factorysrc/connections/Anthropic/ClaudeAgent/ClaudeAgent.js -- Agent resolversrc/connections/Anthropic/ClaudeAgent/schema.js -- Agent-specific schema