# lhy-agent **Repository Path**: LhyWorkSpace/lhy-agent ## Basic Information - **Project Name**: lhy-agent - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-03 - **Last Updated**: 2026-04-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 灵犀个人代理 这是一个 `Python + PySide6` 单体桌面版个人 AI Agent。 当前项目已经不再使用前后端分离,也不再使用 Tauri / React。现在的桌面程序能力包括: - 线程列表与工作区分组 - 本地模型配置与切换 - 工作区打开与额外目录挂载 - 工作区记忆 `CLAUDE.md` - 聊天会话 - `/shell` 命令执行 - Shell 输出流式显示 - SQLite 本地数据存储 ## 启动 ```powershell python main.py ``` ## 打包 ```powershell python scripts/package_desktop.py ``` 打包完成后,产物在: - `dist-portable/灵犀个人代理-当前版` - `dist-portable/灵犀个人代理-当前版.zip` 上一版会自动保留在: - `dist-portable/灵犀个人代理-上一版` - `dist-portable/灵犀个人代理-上一版.zip`