mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-21 09:28:14 +00:00
P0: WebUI重构
- 完整 SPA 仪表盘 (7标签页), //go:embed dashboard.html
P1: OpenClaw兼容 (三通道: SKILL.md / sidecar / simulator)
- Node.js 模拟进程统一加载任意 OpenClaw 插件
- JSON-RPC 2.0 over stdio 协议, go:embed 内嵌
P2: Healthcheck 优化
- 定时自动执行 (startAutoCheck, 30min)
- healthcheck_perf 性能监控工具
其他: agentcli/cmd 插件, integration_test, status.go,
test_deepseek 清理, 多项 bug 修复
12 lines
232 B
Modula-2
12 lines
232 B
Modula-2
module gitcode.com/JianFeeeee/HomeAgent
|
|
|
|
go 1.19
|
|
|
|
require (
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/mattn/go-sqlite3 v1.14.22
|
|
github.com/yanyiwu/gojieba v1.4.7
|
|
github.com/yuin/gopher-lua v1.1.2
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
)
|