mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
8b475afe17
* Added ClaudeAgent implementation * Updated streaming logic * Small updates * Small update * Fixes * Small fix * Naming improvements * Updated imports * Addressed comments * Updated package versions
12 lines
311 B
Markdown
12 lines
311 B
Markdown
# 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.
|