JackChen
45304dffcf
test: improve coverage from 37% to 71% ( #41 ) ( #53 )
...
Add 6 test files covering scheduler strategies, team/messaging lifecycle,
orchestrator (runAgent/runTasks/runTeam), built-in tools, agent pool, and
LLM adapter layer. Add vitest.config.ts to scope coverage to src/.
2026-04-05 13:37:00 +08:00
JackChen
ed3753c1f4
ci: fix cross-platform CI failures after Gemini adapter merge
...
- Add @google/genai to devDependencies so types are available for
lint/test in CI (stays as optional peerDependency for consumers)
- Delete package-lock.json in CI before npm install to avoid
Mac-generated lockfile missing Linux platform-specific rollup binaries
2026-04-05 12:09:31 +08:00
MrAvalonApple
553bf24e61
chore: support Node >=18, add optional @google/genai peer dependency and API key fallback
2026-04-04 22:12:28 +03:00
MrAvalonApple
ec6be79dc4
Merge remote-tracking branch 'upstream/main'
2026-04-02 21:56:17 +03:00
MrAvalonApple
2bb220fc63
feat: add support for Gemini model
2026-04-02 21:41:56 +03:00
JackChen
24a2c4fe1a
chore: add tsx to devDependencies for running examples
2026-04-03 02:20:47 +08:00
JackChen
a6244cfe64
Initial release: open-multi-agent v0.1.0
...
Production-grade multi-agent orchestration framework.
Model-agnostic, supports team collaboration, task scheduling
with dependency resolution, and inter-agent communication.
2026-04-01 04:33:15 +08:00