| .. |
|
with-vercel-ai-sdk
|
feat: add Vercel AI SDK integration example (Next.js + runTeam)
|
2026-04-16 00:49:49 +08:00 |
|
01-single-agent.ts
|
feat: add context management strategies (sliding-window, summarize, custom) to prevent unbounded conversation growth
|
2026-04-09 19:40:15 +03: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
|
feat: enforce dependency-scoped agent context (default-deny) (#87)
|
2026-04-10 03:09:58 +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
|
feat(llm): add fallback tool-call extraction for local models (#15)
|
2026-04-05 11:49:10 +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) support with dedicated GrokAdapter (#44)
|
2026-04-04 18:20:55 +08:00 |
|
13-gemini.ts
|
chore: support Node >=18, add optional @google/genai peer dependency and API key fallback
|
2026-04-04 22:12:28 +03:00 |
|
14-multi-perspective-code-review.ts
|
chore: rename example to 14- prefix and fix misleading shared memory prompts
|
2026-04-08 12:08:54 +08:00 |
|
15-research-aggregation.ts
|
chore: rename research aggregation example to 15- (avoid collision with 14-)
|
2026-04-08 12:14:23 +08:00 |
|
16-mcp-github.ts
|
feat: update MCP GitHub example and added llmInputSchema
|
2026-04-12 00:01:22 +03:00 |