CopilotEngine represents the GitHub Copilot CLI agentic engine. It provides integration with GitHub Copilot CLI for agentic workflows, including MCP server support, sandboxing (AWF/SRT), and tool permissions.
| 27 | // It provides integration with GitHub Copilot CLI for agentic workflows, |
| 28 | // including MCP server support, sandboxing (AWF/SRT), and tool permissions. |
| 29 | type CopilotEngine struct { |
| 30 | BaseEngine |
| 31 | } |
| 32 | |
| 33 | func NewCopilotEngine() *CopilotEngine { |
| 34 | copilotLog.Print("Creating new Copilot engine instance") |
nothing calls this directly
no outgoing calls
no test coverage detected