社交关系AI管家 - 独立 CLI 工具,自动追踪社交关系,帮你拟消息、记待办、维护人脉
Project description
社交关系AI管家
本地运行的AI管家,自动追踪所有社交关系中「最近干了什么」和「下一步该干什么」。
安装
pip(推荐)
pip install -e .
npm
npx @farmost/social-agent status
一键脚本
bash <(curl -sL https://raw.githubusercontent.com/farmost-beep/social-agent/main/install.sh)
安装后设置 API Key(三选一):
export ANTHROPIC_API_KEY=sk-ant-... # Claude(默认)
export OPENAI_API_KEY=sk-... # OpenAI
export OPENAI_API_KEY=... OPENAI_BASE_URL=https://api.minimaxi.com/v1 # MiniMax
命令
social status # 联系人状态总览
social todos # 待办列表
social advise # 该联系谁+为什么+聊什么
social draft -m "上下文" -c 张三 # AI 拟稿
social chat "消息" # 直接对话
social anchor # 目标锚定(联系人↔六维目标)
social outcomes # 兑现追踪
social config show # 查看配置
数据
本地 JSON 存储,不上云:
| 文件 | 说明 |
|---|---|
data/contacts.json |
联系人库 |
data/timeline.json |
互动时间线 |
data/todos.json |
待办队列 |
文档
许可证
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
social_agent-4.0.1.tar.gz
(86.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
social_agent-4.0.1-py3-none-any.whl
(100.9 kB
view details)
File details
Details for the file
social_agent-4.0.1.tar.gz.File metadata
File hashes
7a89369d95dbfe11024cd13a0764b965daec1cc286d0f18fcd5ca57b7484d9e026bee46ace6cdbea01ca4080fbea81df23f7fc656215d0f8b2412cc5deaecc1aca93c3e181603f96194c37db2773a861See more details on using hashes here.