document-assembler
文档组装与渲染
将 SAP 各章节内容组装为格式规范的 Word 文档 + 人工审核清单。
渲染策略(三级方案)
- Pandoc(主方案):Markdown -> Word 工业级转换,通过 sap_reference.docx 模板控制样式
- python-docx 组装:无 Pandoc 时回退到 assemble_docx.py 的纯 Python 构建
- python-docx 直写:Agent 直接用 python-docx API 创建 Word(见下方代码模板)
python-docx 直写代码模板(关键)
当你直接用 nodes 工具创建 Word 文档时,必须使用以下原生 API,禁止在文本中嵌入 Markdown 语法。
from docx import Document
from docx.shared import Pt, Cm, RGBColor
from docx.enum.table import WD_TABLE_ALIGNMENT
More from malue-ai/dazee-small
pywinauto
Automate Windows desktop applications using pywinauto. Discover windows, inspect controls, click buttons, type text, and drive any Win32/UIA application programmatically.
367app-recommender
Recommend the best application for a user task based on installed apps (from app-scanner) and common software knowledge.
17excel-fixer
Auto-detect and fix common Excel formatting issues like merged cells, inconsistent types, duplicate headers, and encoding problems.
15eightctl
Control Eight Sleep pods (status, temperature, alarms, schedules).
14gemini
Gemini CLI for one-shot Q&A, summaries, and generation.
14bluebubbles
Build or update the BlueBubbles external channel plugin for Moltbot (extension package, REST send/probe, webhook inbound).
13