You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Implement GitHub Copilot authentication and integrate with LangChain
- Added CopilotAuthenticator for OAuth device-flow authentication with GitHub Copilot API.
- Created functions to manage access tokens and API keys, including caching mechanisms.
- Developed Copilot LLM factory to build LangChain clients for GitHub Copilot.
- Introduced SSE connection management with a singleton pattern for real-time event handling.
- Refactored activity and run management to utilize new SSE connection for improved event handling.
- Updated frontend components to handle connection states and errors more effectively.
- Cleaned up setup script by removing unnecessary instructions related to LLM backend configuration.
Signed-off-by: Andre Bossard <anbossar@microsoft.com>
0 commit comments