Python: Add BaseAgent implementation for GitHub Copilot SDK (#3404)

* 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
This commit is contained in:
Dmytro Struk
2026-01-26 18:09:04 +00:00
committed by GitHub
parent a3a9147e61
commit 407fb3025e
21 changed files with 2207 additions and 0 deletions
+1
View File
@@ -50,6 +50,7 @@ all = [
"agent-framework-copilotstudio",
"agent-framework-declarative",
"agent-framework-devui",
"agent-framework-github-copilot",
"agent-framework-lab",
"agent-framework-mem0",
"agent-framework-ollama",