duanshuwen e9f3a29886 feat: implement OpenClaw process owner and runtime path utilities
- Add OpenClawProcessOwner class to manage the lifecycle of the OpenClaw process.
- Introduce utility functions for managing OpenClaw runtime paths.
- Update session store to normalize agent session keys and migrate existing keys.
- Refactor main process to handle local provider API routing through a new dispatch function.
- Enhance token usage writer to utilize a new session key parsing function.
- Create agents management store to handle agent data and interactions.
- Update chat store to integrate agent selection and session management.
- Introduce AgentsSection component for displaying agent information in the UI.
- Refactor HomePage to support agent selection and display current agent.
- Update routing to reflect new agents page structure.
2026-04-17 21:32:06 +08:00
2025-12-09 22:18:36 +08:00
2026-04-11 23:17:54 +08:00
2025-12-01 22:16:34 +08:00
2026-04-08 09:19:24 +08:00
2026-04-11 23:17:54 +08:00
2025-10-19 15:29:58 +08:00
2025-10-19 15:29:58 +08:00
2025-12-09 22:18:36 +08:00

安装依赖

corepack enable
pnpm install

启动开发

pnpm run dev

技术验证: 1、Playwright并不能直接启动一个Electron应用 2、Browser Use只能打开本地浏览器

Electron加载Chrome拓展 1、https://juejin.cn/post/6976047817139683364

多标签功能验证

应用打包加固验证

Description
员工PC端应用
Readme 312 MiB
Languages
TypeScript 49%
Vue 34.8%
JavaScript 12.6%
CSS 3%
HTML 0.6%