mirror of
https://gitcode.com/JianFeeeee/HomeAgent.git
synced 2026-09-21 09:28:14 +00:00
ac49a7b956d908b9b52172b63fee7c8b9d5e4dbc
HomeAgent
24/7 智能管家。核心零 IO,一切外界交互来自插件。
📖 项目概览(非技术) · 🔧 插件开发指南 · 🏗️ 技术架构 · 📋 实施计划
快速体验
# 构建
make build build-cli
# 启动内核(需要 DeepSeek API 密钥)
DEEPSEEK_API_KEY="sk-xxx" ./build/homed -data /tmp/ha
# 交互模式(自动发现 socket)
./build/waiter
# 或单条消息
echo "你好" | ./build/waiter
配置文件 ~/.config/homeagent/cli.yaml:
mode: auto # auto / local / remote
colors: true
history_size: 1000
prompt: "waiter> "
架构一句话
homed(内核零 IO)← PluginSDK → 插件(所有 IO 能力)
依赖:Go 1.19+, CGo (go-sqlite3), Linux。
Languages
Go
74.6%
JavaScript
12.8%
HTML
3.9%
CSS
3.1%
Python
2.4%
Other
3.1%