Skip to content

Commit d715043

Browse files
author
xingjian.ym
committed
chore: update example environment file for Claude Agent SDK by removing deprecated options and clarifying third-party service configuration
1 parent 0738410 commit d715043

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

integrations/claude-agent-sdk/python/.env.local.example

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@
55
# Get your API key from: https://console.anthropic.com/
66
# ANTHROPIC_API_KEY=your-anthropic-api-key-here
77

8-
# Optional
8+
# Optional for third party service
99
# ANTHROPIC_AUTH_TOKEN=third-party-auth-token
1010
# ANTHROPIC_BASE_URL=third-party-base-url
11-
12-
13-
# Optional: Override default Claude SDK options
14-
# CLAUDE_SYSTEM_PROMPT=You are a helpful assistant
15-
# CLAUDE_PERMISSION_MODE=acceptEdits
16-
17-
# Optional: Test configuration
18-
# TEST_TIMEOUT_SECONDS=60
19-
# TEST_MAX_CONCURRENT=5
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Claude Agent SDK Integration - Environment Variables
2+
# Copy this file to .env.local and fill in your actual values
3+
4+
# Anthropic API Key (required for real API tests)
5+
# Get your API key from: https://console.anthropic.com/
6+
# ANTHROPIC_API_KEY=your-anthropic-api-key-here
7+
8+
# Optional for third party service
9+
# ANTHROPIC_AUTH_TOKEN=third-party-auth-token
10+
# ANTHROPIC_BASE_URL=third-party-base-url

0 commit comments

Comments
 (0)