内容分发工作流 v0.1 · 抓取英文营销内容 → 改写成公众号/小红书中文草稿
Project description
aether
内容分发工作流 v0.1 · MVP 验证期 · LangGraph day-1 编排
一句话
把英文优质内容自动抓回来,按微信公众号 + 小红书双平台风格改写成中文草稿,进入人工审核 / 发布。 第一阶段:单人自用,验证「双平台适配 + 降 AI 味」的核心假设。真实平台自动发布留到 v0.2+。
一键安装(macOS 用户)
brew install postgresql@16 && brew services start postgresql@16 && createdb aether
pip install aether-mkt
aether init # 自动建表 + 引导填 LLM_API_KEY
aether serve # launchd 后台跑 web + 自动重启
# 浏览器 → http://localhost:8000/articles
CLI 命令:aether {init,serve,stop,update,status,logs,uninstall}
完整说明:docs/install-mac.md。
业务领域
- 内容来源:英文营销生态(社媒营销、内容营销、SEO、Google ads、综合营销)——见
blocks/sources/basic/sources.yaml - 目标平台:微信公众号(深度长文) + 小红书(图文卡片)
- 核心差异:降 AI 味 + 按平台适配的语言风格改写,不是单纯翻译
路线
按块验证,从最小可验证单元开始。LangGraph 骨架提前铺,每个 block = 1 个 subgraph,独立测过再接主图。
详见 docs/roadmap.md。
当前活跃块:Block 0 · 数据源(最小)
技术栈
- Python 3.11+
- LangGraph(主图编排,Day 1 起铺)
- Anthropic SDK(Block 3+ 的 LLM 调用)
- PostgreSQL 16(运行时状态库,详见 ADR-0004)
- pyyaml(sources 配置)+ selectolax / httpx(Block 0 解析)
- pytest(测试)
详见 pyproject.toml、docs/tech-stack.md。
文档
| 我想知道 | 去看 |
|---|---|
| 整个架构设计 | docs/design.md |
| 架构图(手稿的数字版) | docs/architecture.html |
| 现在做到哪、接下来做什么 | docs/roadmap.md |
| 已经拍了哪些决策 | docs/decisions/ |
| 每一块在验证什么 | blocks/ |
| 每次验证的判断记录 | logs/ |
| 数据源白名单 | blocks/sources/basic/sources.yaml |
协作方式
你是「开发者 + 决策者 + 第一个用户」。AI agent 是协作搭子,不替你拍板。
风格 prompt 不能漂 —— 都进 git,可回滚可对比。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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
File details
Details for the file aether_mkt-0.2.2.tar.gz.
File metadata
- Download URL: aether_mkt-0.2.2.tar.gz
- Upload date:
- Size: 430.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
171e84aea5428039951c35e99adde4da5e6bacffe62a9ef5ed1e811914ab6a3e
|
|
| MD5 |
1030b36266cbe165bbce772bd68f4e0c
|
|
| BLAKE2b-256 |
cb1c1926f8b1e9a316a0b7d9fc0b6c4077cef92516cd770e058efd97ae630fda
|
File details
Details for the file aether_mkt-0.2.2-py3-none-any.whl.
File metadata
- Download URL: aether_mkt-0.2.2-py3-none-any.whl
- Upload date:
- Size: 239.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5430c80f163fbe17324612c2bd26a648f3745997698d32c591cdb0a3fe964041
|
|
| MD5 |
98825852d2a58607ecb4f4e28ec03ad4
|
|
| BLAKE2b-256 |
6ddb374852544a640a17427724a99b19f4013f4c01875b2ff02f93a948c20942
|