docs: fix source file count in README (20 → 27)

This commit is contained in:
JackChen 2026-04-03 00:05:31 +08:00
parent 3a46669a69
commit 54400580a2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Build AI agent teams that decompose goals into tasks automatically. Define agents with roles and tools, describe a goal — the framework plans the task graph, schedules dependencies, and runs everything in parallel.
3 runtime dependencies. 20 source files. One `runTeam()` call from goal to result.
3 runtime dependencies. 27 source files. One `runTeam()` call from goal to result.
[![GitHub stars](https://img.shields.io/github/stars/JackChen-me/open-multi-agent)](https://github.com/JackChen-me/open-multi-agent/stargazers)
[![license](https://img.shields.io/github/license/JackChen-me/open-multi-agent)](./LICENSE)