docs: add lightweight positioning tagline to README headers

This commit is contained in:
JackChen 2026-04-02 22:24:08 +08:00
parent 9f9f4e95d4
commit 736121fe10
2 changed files with 4 additions and 0 deletions

View File

@ -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/)

View File

@ -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/)