open-multi-agent/examples
Marcelo Ceccon 0bdbcc0fc0 feat(llm): add first-class Grok (xAI) provider support
Add GrokAdapter wrapping OpenAIAdapter with the official xAI base URL and
XAI_API_KEY. Wire provider 'grok' into createAdapter and extend AgentConfig /
OrchestratorConfig unions. Widen OpenAIAdapter.name to string so subclasses can
set their own provider label. Document usage in README and add example 12, a
runTeam() Express API demo using Grok.
2026-04-03 23:06:30 +00: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
06-local-model.ts docs: add examples for local models (Ollama) and fan-out/aggregate pattern 2026-04-03 02:12:05 +08:00
07-fan-out-aggregate.ts docs: add examples for local models (Ollama) and fan-out/aggregate pattern 2026-04-03 02:12:05 +08:00
08-gemma4-local.ts docs: merge Gemma 4 examples, reorder README sections 2026-04-03 14:32:48 +08:00
09-structured-output.ts docs: merge Gemma 4 examples, reorder README sections 2026-04-03 14:32:48 +08:00
10-task-retry.ts docs: merge Gemma 4 examples, reorder README sections 2026-04-03 14:32:48 +08:00
11-trace-observability.ts feat: add onTrace observability callback (#18) 2026-04-03 15:28:59 +08:00
12-grok.ts feat(llm): add first-class Grok (xAI) provider support 2026-04-03 23:06:30 +00:00