zmedelis / bosquet

Tooling to build LLM applications: prompt templating and composition, agents, LLM memory, and other instruments for builders of AI applications.
https://zmedelis.github.io/bosquet/
Eclipse Public License 1.0
280 stars 19 forks source link

Consider support for GitHub Copilot #49

Closed FieryCod closed 3 months ago

FieryCod commented 8 months ago

Dear author! Many thanks for open-sourcing this very top quality package!

I’m curious if GitHub Copilot support is on your radar? I have an idea to leverage Copilot to iteratively enhance and contribute to the code I’m developing, and it appears to be a perfect fit for the agent.

Best regards, Karol

zmedelis commented 8 months ago

I have never checked out GH Copilot API, I assume they expose it with something like a complete(prompt) endpoint. If so, then adding support for Copilot should not be a hard thing to do.

zmedelis commented 3 months ago

Closing this, no plans to work on GH Copilot.