Python: Add BaseAgent implementation for Claude Agent SDK (#3509)

* Added ClaudeAgent implementation

* Updated streaming logic

* Small updates

* Small update

* Fixes

* Small fix

* Naming improvements

* Updated imports

* Addressed comments

* Updated package versions
This commit is contained in:
Dmytro Struk
2026-01-30 18:11:41 +00:00
committed by GitHub
parent 0fcf075ea7
commit 8b475afe17
39 changed files with 2180 additions and 52 deletions
+11
View File
@@ -0,0 +1,11 @@
# Get Started with Microsoft Agent Framework Claude
Please install this package via pip:
```bash
pip install agent-framework-claude --pre
```
## Claude Agent
The Claude agent enables integration with Claude Agent SDK, allowing you to interact with Claude's agentic capabilities through the Agent Framework.