Skip to content

feat(tools): schema-first Office Skills Pack (XLSX/PPTX/DOCX + charts + one-call pack + CLI)#5193

Open
kumarabhik wants to merge 15 commits intoaden-hive:mainfrom
kumarabhik:feat/office-skills-pack
Open

feat(tools): schema-first Office Skills Pack (XLSX/PPTX/DOCX + charts + one-call pack + CLI)#5193
kumarabhik wants to merge 15 commits intoaden-hive:mainfrom
kumarabhik:feat/office-skills-pack

Conversation

@kumarabhik
Copy link
Copy Markdown

What

Adds a schema-first Office Skills Pack (local-only MVP):

  • XLSX: multi-sheet writer + formatting + image embedding
  • PPTX: slide deck generation with bullets/images/charts
  • DOCX: report generation with sections/bullets/tables
  • PNG chart rendering for embedding
  • One-call office_pack_generate orchestration + manifest
  • CLI runner (aden-office-pack) and dry-run support

Why

This closes the last-mile gap where agents can compute results but cannot directly produce final editable business artifacts.

Fixes #5062

How to run

cd tools
pip install -e .[dev,excel,word,powerpoint,charts]
python -m pytest -q
aden-office-pack --spec examples/pack_custom_template.json --dry-run --print-markdown

Security

All IO paths resolve through sandboxed get_secure_path.
No cloud/OAuth dependencies required for MVP.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Native Office Suite Skills (Excel, PPTX, Docx) for Enterprise Artifact Generation

1 participant