Office Documents
Reviewer pass over a .pptx — flags presentation-quality issues banks care about before a pitch.
deck_qcReviewer-agent companion to pptx_author. Lets a critique agent score and annotate a deck without the user having to open it.
READ_ONLY. POI XSLF-backed.
When a user asks:
QC the pitch deck before tomorrow's meeting.
the agent calls the tool:
deck_qc(path="ACME_pitch.pptx")and gets back: Slide 3 — title overflows placeholder; Slide 5 — table column widths inconsistent; Slide 7 — no page number
Real scenarios where agents put this tool to work.
Implementation lives at swarmai-tools/src/main/java/ai/intelliswarm/swarmai/tool/office/DeckQcTool.java in the swarm-ai repository.