Claude (Anthropic) Provider Notes
Credentials
- Set
ANTHROPIC_API_KEYin your environment or passapi_keytoClaude(...). - If you don't have a key, the client can still be used for local-only features (consolidation via other provider clients).
Notes
- Claude's SDK requires
api_keyorauth_token. If neither is set, calls toclient.messages.createwill fail. - You can use OpenAI embeddings in
operation_mode=onlineeven when using Claude as the chat provider.
» See also: docs/tuning/operation_mode.md