From 0f95aab32d172b080b635c0b91ba220d37cea2fb Mon Sep 17 00:00:00 2001 From: wjl2023 Date: Thu, 4 Jun 2026 17:36:14 +0800 Subject: [PATCH] docs: add description for galley in friendly links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3b8b06d6c..f90beec9d 100644 --- a/README.md +++ b/README.md @@ -391,7 +391,7 @@ Thanks to the **LinuxDo** community for the support! **Community GUIs** *(independent open-source projects)*: - [chilishark27/ga-manager](https://github.com/chilishark27/ga-manager) -- [wangjc683/galley](https://github.com/wangjc683/galley) +- [wangjc683/galley](https://github.com/wangjc683/galley) — Out-of-the-box local agent workbench with a bundled GA runtime (CPython 3.11 + deps), native GUI/CLI, multi-session + Project orchestration, local-first. - [FroStorM/A3Agent](https://github.com/FroStorM/A3Agent/tree/workbench) --- @@ -765,7 +765,7 @@ GenericAgent 通过 **分层记忆 × 最小工具集 × 自主执行循环** **社区 GUI 客户端** *(独立开源项目)*: - [chilishark27/ga-manager](https://github.com/chilishark27/ga-manager) -- [wangjc683/galley](https://github.com/wangjc683/galley) +- [wangjc683/galley](https://github.com/wangjc683/galley) —— 开箱即用的本地 Agent 工作台,自带 GA 内核(内置 CPython 3.11 + 运行依赖),GUI/CLI 双原生、多 session + Project 编排、本地优先。 - [FroStorM/A3Agent](https://github.com/FroStorM/A3Agent/tree/workbench) ---