Files
agent-framework/python/samples/getting_started/agents/anthropic
T
Eduard van Valkenburg fcc3f1b6c0 Python: fix anthropic code interpreter tool repr (#2244)
* fix anthropic code interpreter tool repr

* fixes

* added skills and sample

* test fix

* add new sample to readme

* fixes tests
fcc3f1b6c0 ยท 2025-11-17 10:06:10 +00:00
History
..

Anthropic Examples

This folder contains examples demonstrating how to use Anthropic's Claude models with the Agent Framework.

Examples

File Description
anthropic_basic.py Demonstrates how to setup a simple agent using the AnthropicClient, with both streaming and non-streaming responses.
anthropic_advanced.py Shows advanced usage of the AnthropicClient, including hosted tools and thinking.
anthropic_skills.py Illustrates how to use Anthropic-managed Skills with an agent, including the Code Interpreter tool and file generation and saving.

Environment Variables

Set the following environment variables before running the examples:

  • ANTHROPIC_API_KEY: Your Anthropic API key (get one from Anthropic Console)
  • ANTHROPIC_MODEL: The Claude model to use (e.g., claude-haiku-4-5, claude-sonnet-4-5-20250929)