agent-orchestrator/backend/internal/adapters/agent/copilot/install.go

9 lines
198 B
Go

package copilot
import "context"
// ResolveBinary resolves the executable path for the plugin.
func (p *Plugin) ResolveBinary(ctx context.Context) (string, error) {
return p.copilotBinary(ctx)
}