From 54400580a2c72098336422112e20b38d43ab688c Mon Sep 17 00:00:00 2001 From: JackChen Date: Fri, 3 Apr 2026 00:05:31 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20source=20file=20count=20in=20READ?= =?UTF-8?q?ME=20(20=20=E2=86=92=2027)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc7400e..34b0a1b 100644 --- a/README.md +++ b/README.md @@ -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)