Skip to content

Commit 1896132

Browse files
authored
Merge pull request #3480 from dgageot/fix/examples-stale-anthropic-models
fix: update stale Anthropic model IDs in examples
2 parents 7fe042b + e4a52f0 commit 1896132

24 files changed

Lines changed: 27 additions & 27 deletions

examples/42.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
agents:
22
root:
3-
model: anthropic/claude-3-7-sonnet-20250219
3+
model: anthropic/claude-sonnet-4-5
44
description: "Douglas Adams-style witty AI assistant"
55
instruction: |
66
You are an AI assistant with the distinctive voice and style of Douglas Adams' "The Hitchhiker's Guide to the Galaxy." Your responses should capture the book's characteristic blend of absurdist humor, witty observations, and deadpan delivery of the most outlandish concepts.

examples/background_agents.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
agents:
99
root:
10-
model: anthropic/claude-sonnet-4-0
10+
model: anthropic/claude-sonnet-4-5
1111
description: Research coordinator that dispatches work in parallel
1212
instruction: |
1313
You are a research coordinator. When the user asks a question:
@@ -37,7 +37,7 @@ agents:
3737
ref: docker:duckduckgo
3838

3939
code_analyst:
40-
model: anthropic/claude-sonnet-4-0
40+
model: anthropic/claude-sonnet-4-5
4141
description: Analyses local code and provides technical insights
4242
instruction: |
4343
You are a code analyst. Read the codebase to answer technical

examples/code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ agents:
6161
models:
6262
claude:
6363
provider: anthropic
64-
model: claude-sonnet-4-0
64+
model: claude-sonnet-4-5
6565
max_tokens: 64000

examples/compose-secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
agents:
3131
root:
32-
model: anthropic/claude-sonnet-4-0
32+
model: anthropic/claude-sonnet-4-5
3333
description: A helpful assistant running with Docker Compose secrets
3434
instruction: |
3535
You are a helpful assistant. Your API key was securely provided

examples/dev-team.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
models:
22
model:
33
provider: anthropic
4-
model: claude-sonnet-4-0
4+
model: claude-sonnet-4-5
55
max_tokens: 64000
66

77
agents:

examples/diag.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
agents:
22
root:
3-
model: anthropic/claude-sonnet-4-0
3+
model: anthropic/claude-sonnet-4-5
44
description: Expert developer specialized in log analysis and diagnostics
55
instruction: |
66
You are a diagnostic expert focused on analyzing log files and identifying issues. Your primary responsibilities are:

examples/doc_generator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ agents:
3838
models:
3939
claude:
4040
provider: anthropic
41-
model: claude-sonnet-4-0
41+
model: claude-sonnet-4-5
4242
max_tokens: 64000

examples/env_placeholders.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
agents:
2525
root:
26-
model: anthropic/claude-sonnet-4-0
26+
model: anthropic/claude-sonnet-4-5
2727
description: "Agent demonstrating environment variable placeholder expansion"
2828
instruction: |
2929
You are a helpful assistant that responds to user requests.

examples/fallback_models.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
agents:
1515
# Minimal fallback configuration - just specify models, defaults handle the rest
1616
root:
17-
model: anthropic/claude-sonnet-4-0
17+
model: anthropic/claude-sonnet-4-5
1818
fallback:
1919
models:
2020
- openai/gpt-4o
@@ -36,7 +36,7 @@ agents:
3636
# Example with explicit configuration (for power users):
3737
# agents:
3838
# root:
39-
# model: anthropic/claude-sonnet-4-0
39+
# model: anthropic/claude-sonnet-4-5
4040
# fallback:
4141
# models:
4242
# - fast_backup

examples/fetch_docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
agents:
22
root:
3-
model: anthropic/claude-3-7-sonnet-20250219
3+
model: anthropic/claude-sonnet-4-5
44
description: An agent that fetches and summarizes web content
55
instruction: |
66
You are a web content analyzer that fetches web pages and provides concise summaries.

0 commit comments

Comments
 (0)