open-multi-agent/examples
Deathwing eedfeb17a2 feat: add GitHub Copilot as LLM provider
- Add CopilotAdapter with OAuth2 device flow authentication
- Token exchange via /copilot_internal/v2/token with caching
- Premium request multiplier system (getCopilotMultiplier)
- Full model metadata catalog (COPILOT_MODELS)
- Add 'copilot' to SupportedProvider and provider union types
- Add example: examples/05-copilot-test.ts
2026-04-02 01:45:43 +02:00
..
01-single-agent.ts Initial release: open-multi-agent v0.1.0 2026-04-01 04:33:15 +08:00
02-team-collaboration.ts Initial release: open-multi-agent v0.1.0 2026-04-01 04:33:15 +08:00
03-task-pipeline.ts Initial release: open-multi-agent v0.1.0 2026-04-01 04:33:15 +08:00
04-multi-model-team.ts Initial release: open-multi-agent v0.1.0 2026-04-01 04:33:15 +08:00
05-copilot-test.ts feat: add GitHub Copilot as LLM provider 2026-04-02 01:45:43 +02:00