Integration with Anthropic Claude as a managed agent (Claude Agent SDK).
ClaudeAgent- Agent using Claude's native agent capabilitiesClaudeAgentOptions- Options for Claude agent configurationClaudeAgentSettings- Pydantic settings for configuration
from agent_framework_claude import ClaudeAgent
agent = ClaudeAgent(...)
response = await agent.run("Hello")from agent_framework_claude import ClaudeAgentThis package is for Claude's managed agent functionality. For basic Claude chat, use agent-framework-anthropic instead.