| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse把 AI 当成一支可管理、可调度、可追踪的数字员工团队:个人助理接需求,员工执行任务,日历自动排班,远程 Bot 和通知负责回传结果。
为什么选 LaborAny · v0.5.3 更新 · 产品工作流 · 架构 · 快速开始 · 功能速览 · 远程 Bot · 打包与发版 · 致谢 · 许可与贡献 · 免费获取API-Key
LaborAny 不是把 AI 做成一个更花哨的聊天框,而是把它做成一套“可以像管理员工一样管理”的桌面工作系统。
设计亮点:
当前核心能力:
v0.5.3 重点补齐了“模型控制 + 定时送达”两条链路:
v0.5.x 这条主线已经落地的关键升级:
相关设计文档:
┌──────────────────────────────────────────────────────────────────┐
│ Electron Shell │
│ ┌────────────────────────────────────────────────────────────┐ │
│ │ Frontend (React + Vite) │ │
│ │ 首页 / 通讯录 / 日历 / 工作记录 / 记忆 / 设置 │ │
│ │ 执行面板 / 文件预览 / Widget / MCP UI │ │
│ └───────────────┬──────────────────────────────┬────────────┘ │
│ │ /api/* │ /agent-api/* │
│ ┌───────────────▼───────────────┐ ┌──────────▼──────────────┐ │
│ │ src-api (Hono) │ │ agent-service (Express) │ │
│ │ 认证 / 配置 / 技能 / 文件 │ │ 分发 / 执行 / cron / 记忆 │ │
│ │ 预览 / 模型档案 / MCP / work │ │ 通知 / 远程 Bot / 研究 │ │
│ └───────────────────────────────┘ └──────────┬──────────────┘ │
│ │ │
│ ┌──────────────────────▼─────────────┐ │
│ │ Claude Code CLI Runtime │ │
│ │ Web Research Runtime │ │
│ │ Feishu / QQ / WeChat Bot │ │
│ └────────────────────────────────────┘ │
└──────────────────────────────────────────────────────────────────┘
补充说明:
前往 GitHub Releases 下载对应平台安装包:
首次运行建议按这个顺序配置:
环境要求:Node.js >= 22.12.0
git clone https://github.com/laborany/laborany.git
cd laborany
cp .env.example .env
npm run install:all
npm run dev访问 http://localhost:3000。
常用验证命令:
npm run verify:memory-fastpaths
npm run verify:memory-ui-real
npm run verify:converse-ui-real
npm run verify:converse-widget-real
npm run verify:execute-widget-real
npm run verify:remote-bot-flow
npm run verify:wechat-media首页把传统“聊天首页”改造成了老板办公桌:
技能页不只是技能列表,而是员工通讯录:
技能目录结构:
skills/my-skill/
├── SKILL.md # 主提示词(必须)
├── steps.yaml # 复合技能步骤(可选)
├── scripts/ # 工具脚本(可选)
├── references/ # 参考资料(可选)
└── assets/ # 资源文件(可选)
定时页已经从简单 cron 列表升级成“排班面板”:
邮件送达依赖以下配置:
NOTIFICATION_EMAIL=your@email.com
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_USER=your@email.com
SMTP_PASS=your-smtp-password当前版本的执行链路已经是 work-first:
桌面端已经内置完整网页研究底座:
研究浏览器能力:
更多说明见 docs/rfc-web-research-runtime.md。
记忆设计文档见 docs/memory-design.md,生成式界面说明见 docs/generative-ui-rfc.md。
详细规范见 docs/wechat-bot-spec.md。
详细规范见 docs/feishu-bot-spec.md。
详细规范见 docs/qq-bot-spec.md。
基础环境变量示例见 .env.example。
# Windows
npm run build:electron
# macOS Intel / x64
npm run build:electron:mac
# macOS Apple Silicon
npm run build:electron:mac-arm64
# Linux
npm run build:electron:linux构建产物输出到 release/。
仓库内置了 .github/workflows/build.yml:
示例:
git tag v0.5.3
git push origin v0.5.3欢迎加入我们的社交媒体群聊,获取最新动态和使用技巧:
扫码加入微信(左)和小红书(右)
本项目基于 MIT License 开源。
欢迎贡献:
| Back | FazBrowse Home | New Git URL |