From 071d5dce61d48ba27b3f3d3efafe7761422830c7 Mon Sep 17 00:00:00 2001 From: JackChen Date: Fri, 3 Apr 2026 19:18:52 +0800 Subject: [PATCH] docs: add Latent Space mention to README --- README.md | 2 +- README_zh.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45d8db6..d9b5d39 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ TypeScript framework for multi-agent orchestration. One `runTeam()` call from goal to result — the framework decomposes it into tasks, resolves dependencies, and runs agents in parallel. -3 runtime dependencies · 27 source files · Deploys anywhere Node.js runs +3 runtime dependencies · 27 source files · Deploys anywhere Node.js runs · Mentioned in [Latent Space](https://www.latent.space/p/ainews-a-quiet-april-fools) AI News [![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) diff --git a/README_zh.md b/README_zh.md index a419674..a8b680c 100644 --- a/README_zh.md +++ b/README_zh.md @@ -2,7 +2,7 @@ TypeScript 多智能体编排框架。一次 `runTeam()` 调用从目标到结果——框架自动拆解任务、解析依赖、并行执行。 -3 个运行时依赖 · 27 个源文件 · Node.js 能跑的地方都能部署 +3 个运行时依赖 · 27 个源文件 · Node.js 能跑的地方都能部署 · 被 [Latent Space](https://www.latent.space/p/ainews-a-quiet-april-fools) AI News 提及(AI 工程领域头部 Newsletter,17 万+订阅者) [![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)