open-multi-agent/examples/providers
Claire 99d9d7f52e
feat: add Azure OpenAI LLMAdapter (#24) (#143)
- New AzureOpenAIAdapter using AzureOpenAI client from openai SDK
- Registered 'azure-openai' in SupportedProvider and createAdapter()
- model field is primary deployment name; AZURE_OPENAI_DEPLOYMENT as fallback
- Default api-version: 2024-10-21
- Example in examples/providers/azure-openai.ts
- 14 tests covering chat, stream, tool_use, deployment fallback, error path
- Updated README.md, README_zh.md, examples/README.md, src/cli/oma.ts
2026-04-21 14:28:30 +08:00
..
azure-openai.ts feat: add Azure OpenAI LLMAdapter (#24) (#143) 2026-04-21 14:28:30 +08:00
copilot.ts refactor: reorganize examples by category (#125) 2026-04-19 17:01:58 +08:00
deepseek.ts refactor: reorganize examples by category (#125) 2026-04-19 17:01:58 +08:00
gemini.ts refactor: reorganize examples by category (#125) 2026-04-19 17:01:58 +08:00
gemma4-local.ts refactor: reorganize examples by category (#125) 2026-04-19 17:01:58 +08:00
grok.ts refactor: reorganize examples by category (#125) 2026-04-19 17:01:58 +08:00
groq.ts refactor: reorganize examples by category (#125) 2026-04-19 17:01:58 +08:00
minimax.ts refactor: reorganize examples by category (#125) 2026-04-19 17:01:58 +08:00
ollama.ts refactor: reorganize examples by category (#125) 2026-04-19 17:01:58 +08:00