Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.29 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.29 KB

blackbeard-extension

Blackbeard is a basic example of an agent-based GitHub Copilot Extension. It responds to messages like a pirate, using Copilot's LLM API and special system prompts. This repository should serve as an example of the building blocks of a Copilot Extension. See index.js for the main logic.

Development

Install dependencies:

npm install

To run:

npm start

or in watch mode:

npm run dev

Documentation