Skip to content

feat/cover-pdf-builder#19

Merged
NeurArk merged 1 commit into
mainfrom
NeurArk/analyser-et-refactoriser-l-outil-pdf
May 19, 2025
Merged

feat/cover-pdf-builder#19
NeurArk merged 1 commit into
mainfrom
NeurArk/analyser-et-refactoriser-l-outil-pdf

Conversation

@NeurArk
Copy link
Copy Markdown
Owner

@NeurArk NeurArk commented May 19, 2025

What

  • add PdfReportBuilder with cover/summary support
  • allow multiple styled charts
  • document new fields and advanced usage
  • provide demo PDF with new layout
  • adjust tests for new builder API

Why

  • generate professional multi‑page PDFs
  • demonstrate new schema options

How

  • refactor create_pdf around PdfReportBuilder
  • extend pdf_schema.json with summary and chart options
  • update unit tests to cover builder and new features

Test Plan

  • ruff format --check .
  • ruff check .
  • pytest -q --cov=tools --cov=agent --cov-report=term-missing --cov-fail-under=85
  • mypy tools/ agent/ tests/ --python-version 3.12
  • bandit -r tools/ agent/ -ll -x /tests/

MCP Impact

  • pdf tool now accepts summary and styled chart specs
  • schema updated accordingly

@NeurArk NeurArk merged commit f9dc2bf into main May 19, 2025
3 checks passed
@NeurArk NeurArk deleted the NeurArk/analyser-et-refactoriser-l-outil-pdf branch May 19, 2025 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant