mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
407fb3025e
* Added GithubCopilotAgent * Fixed errors * Updated examples * Updated naming and tests * Resolved comments and more tests * Updated tool handling * Updated tool handling * Small fixes * Removed default permission handler * Resolved comments * Updated positional args * Updated docstrings * Small fixes and more examples * Added example with MCP
12 lines
342 B
Markdown
12 lines
342 B
Markdown
# Get Started with Microsoft Agent Framework GitHub Copilot
|
|
|
|
Please install this package via pip:
|
|
|
|
```bash
|
|
pip install agent-framework-github-copilot --pre
|
|
```
|
|
|
|
## GitHub Copilot Agent
|
|
|
|
The GitHub Copilot agent enables integration with GitHub Copilot, allowing you to interact with Copilot's agentic capabilities through the Agent Framework.
|