Note
GitHub Copilot Extensions 为 公共预览版,可能随时更改。
关于演示代理
如果尚未准备好从头开始构建自己的 Copilot agent,则可以进行克隆,并使用演示代理来试验 GitHub Copilot Extensions。 可以使用演示代理作为自己的代理的基础,也可以使用演示代理来熟悉 Copilot Extensions 开发和部署过程。
GitHub 提供了一些可以使用的不同演示代理。 可以在 copilot-extensions 组织中找到这些演示代理。
本文提供在本地计算机上运行 Blackbeard 演示代理的说明,但其他演示代理也应类似。
-
克隆存储库。 在终端(Mac 或 Linux)或 Git Bash (Windows) 中运行以下命令:
Shell git clone https://github.com/copilot-extensions/blackbeard-extension.git
git clone https://github.com/copilot-extensions/blackbeard-extension.git
-
要在本地打开代理存储库,请在终端(Mac 或 Linux)或 Git Bash (Windows) 中运行以下命令:
Shell cd blackbeard-extension
cd blackbeard-extension
-
要安装必要的依赖项,请在终端(Mac 或 Linux)或 Git Bash (Windows) 中运行以下命令:
Shell npm install
npm install
-
要启动服务器,请在终端(Mac 或 Linux)或 Git Bash (Windows) 中运行以下命令:
Shell npm start
npm start
Note
使用代理时,请保持终端窗口处于打开状态。