From 2a98cc44e5f8ff460c2011ebc1a33826fdeb2539 Mon Sep 17 00:00:00 2001 From: Liang Jiaqing Date: Fri, 13 Mar 2026 12:48:38 +0800 Subject: [PATCH] chore: update repo name from pc-agent-loop to GenericAgent --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24953e2..c965b0e 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,8 @@ The agent doesn't just execute — it **learns and remembers**. ```bash # 1. Clone -git clone https://github.com/lsdefine/pc-agent-loop.git -cd pc-agent-loop +git clone https://github.com/lsdefine/GenericAgent.git +cd GenericAgent # 2. Install minimal deps pip install streamlit pywebview @@ -206,8 +206,8 @@ Agent 不只是执行——它**学习并记忆**。 ```bash # 1. 克隆 -git clone https://github.com/lsdefine/pc-agent-loop.git -cd pc-agent-loop +git clone https://github.com/lsdefine/GenericAgent.git +cd GenericAgent # 2. 安装最小依赖 pip install streamlit pywebview