From e94978541f0687a910114689ba00934b1bf55ea0 Mon Sep 17 00:00:00 2001 From: benechen <13817895035@126.com> Date: Mon, 25 May 2026 21:25:06 +0800 Subject: [PATCH] chore: rename GA_viewer to GA_tools, update README and .gitignore --- .gitignore | 2 +- README.md | 6 +++--- README_EN.md | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 0e3ce03..4934ef8 100644 --- a/.gitignore +++ b/.gitignore @@ -100,7 +100,7 @@ assets/copilot_proxy.pyw *.ffs_db # GA_viewer — 独立工具集,不上传 -GA_viewer/ +GA_tools/ # Config templates .env.template diff --git a/README.md b/README.md index 18d13cd..377ad5c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ GenericAgent_mqtt/ ├── Part 1: 智能体核心 ← 你日常交互的部分 ├── Part 2: MQTT 基础设施 ← 放 VPS 上运行的服务 -└── Part 3: GA_viewer ← 独立查看/格式转换工具 +└── Part 3: GA_tools ← 独立查看/格式转换工具 ``` --- @@ -85,12 +85,12 @@ rmqtt start python -m mqtt_bbs.board_service # 3. 或使用 Rust 版(高性能) -cd GA_viewer && ./md_server_rs/target/release/board_service_rs +cd GA_tools && ./md_server_rs/target/release/board_service_rs ``` --- -## Part 3: GA_viewer(独立工具集) +## Part 3: GA_tools(独立工具集) 与智能体无关的独立查看/格式转换工具。 diff --git a/README_EN.md b/README_EN.md index fee7fd4..f956ef7 100644 --- a/README_EN.md +++ b/README_EN.md @@ -11,7 +11,7 @@ Core change: replaces file-based agent communication with an MQTT message bus fo GenericAgent_mqtt/ ├── Part 1: Agent Core ← What you interact with daily ├── Part 2: MQTT Infrastructure ← Services to run on a VPS -└── Part 3: GA_viewer ← Standalone viewer/converter tools +└── Part 3: GA_tools ← Standalone viewer/converter tools ``` --- @@ -85,12 +85,12 @@ rmqtt start python -m mqtt_bbs.board_service # 3. Or use Rust version (high performance) -cd GA_viewer && ./md_server_rs/target/release/board_service_rs +cd GA_tools && ./md_server_rs/target/release/board_service_rs ``` --- -## Part 3: GA_viewer (Standalone Tools) +## Part 3: GA_tools (Standalone Tools) Independent viewer/conversion tools, usable separately from the agent.