open-multi-agent/examples
JackChen d86ea766d3 feat: add Gemma 4 auto-orchestration example (runTeam)
Add examples/09-gemma4-auto-orchestration.ts demonstrating runTeam()
with Gemma 4 as the coordinator — the framework's key feature running
fully local. The coordinator successfully decomposes goals into JSON
task arrays, schedules dependencies, and synthesises results.

Verified on gemma4:e2b (5.1B params) with Ollama 0.20.0-rc1.
2026-04-03 09:28:45 +08: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 feat: add Gemma 4 local model example with tool-calling 2026-04-03 09:12:44 +08:00
09-gemma4-auto-orchestration.ts feat: add Gemma 4 auto-orchestration example (runTeam) 2026-04-03 09:28:45 +08:00