Is this feature related to a problem? | 该功能需求是否与某个问题相关?请描述
当前 TencentDB Agent Memory 的安装方式依赖 Docker 一键启动三件套(memory-core + memory-hub + proxy)
git clone https://github.com/Tencent/TencentDB-Agent-Memory.git
cd TencentDB-Agent-Memory/deploy/global-images
cp .env.example .env
./start-all.sh
### Describe the solution you'd like | 描述你期望的解决方案
对于大众用户(尤其是非运维背景的开发者),需要手动安装 Docker、配置 .env、运行启动脚本,存在一定的上手门槛。用户通过 WorkBuddy 的插件市场一键安装,后台自动完成 Memory Core/Hub/Proxy 的初始化,无需手动 Docker 操作。
### Describe alternatives you've considered | 描述你考虑过的其他方案
_No response_
### Additional context | 补充说明
_No response_
Is this feature related to a problem? | 该功能需求是否与某个问题相关?请描述
当前 TencentDB Agent Memory 的安装方式依赖 Docker 一键启动三件套(
memory-core+memory-hub+proxy)