From 736121fe1050acff29ac7114e532d3b4ccf06727 Mon Sep 17 00:00:00 2001 From: JackChen Date: Thu, 2 Apr 2026 22:24:08 +0800 Subject: [PATCH] docs: add lightweight positioning tagline to README headers --- README.md | 2 ++ README_zh.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 143c3df..bb0c8f0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ 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. + [![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) [![TypeScript](https://img.shields.io/badge/TypeScript-5.6-blue)](https://www.typescriptlang.org/) diff --git a/README_zh.md b/README_zh.md index 99d6352..27fc6c4 100644 --- a/README_zh.md +++ b/README_zh.md @@ -2,6 +2,8 @@ 构建能自动拆解目标的 AI 智能体团队。定义智能体的角色和工具,描述一个目标——框架自动规划任务图、调度依赖、并行执行。 +3 个运行时依赖,20 个源文件,一次 `runTeam()` 调用从目标到结果。 + [![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) [![TypeScript](https://img.shields.io/badge/TypeScript-5.6-blue)](https://www.typescriptlang.org/)