MCPcopy Index your code
hub / github.com/github/gh-aw / CopilotEngine

Struct CopilotEngine

pkg/workflow/copilot_engine.go:29–31  ·  view source on GitHub ↗

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.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected