POD 趋势感知 Agent:缓存热点模式 + 三图合成 + 热点去重/风格去重 + review 兜底

- 缓存热点批量流程(有采集缓存不触发 Google)
- 简报不足直接从采集缓存生成(轻量补齐)
- 三图合成(模特/印花/底图)+ 底图压缩 <2MB
- 热点去重→风格去重自动切换 + 不适合类目 review 兜底
- 透明背景(background=transparent)+ 提示词清洗(敏感词/背景描述)
- 任务前 basemap 校验 + 模板国家校验 + 模特任务级分配
This commit is contained in:
2026-08-22 14:14:01 +08:00
commit f493bde8a9
98 changed files with 10280 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# 构建产物
dist_*/
build*/
build_clean*/
*.spec.bak
# Python
.venv/
__pycache__/
*.pyc
# 运行产物(生成物不入库,可重新生成)
output/
logs/
*.log
# 缓存(可重新采集/生成)
.cache/
# 系统
.DS_Store
Thumbs.db