Expand description
convergio-reports — Convergio Think Tank (CTT) report generation service.
Professional research reports: leadership profiles, company deep-dives, industry analysis, technology assessments, and market reports. Outputs Markdown or PDF (via LaTeX). Branded CTT with AI disclaimer.
Re-exports§
pub use ext::ReportsExtension;pub use types::Report;pub use types::ReportFormat;pub use types::ReportRequest;pub use types::ReportStatus;pub use types::ReportType;
Modules§
- engine
- Report generation engine — orchestrates research, LLM, and formatting.
- engine_
research - Research and LLM synthesis — the intelligence behind CTT reports.
- ext
- Extension trait implementation for convergio-reports.
- latex
- LaTeX template for CTT PDF report generation.
- mcp_
defs - MCP tool definitions for the reports extension.
- pdf_
compiler - PDF compilation — runs pdflatex to produce the final report PDF.
- routes
- HTTP routes for the CTT report service.
- template
- CTT branding templates and formatting.
- types
- Types for the CTT report service.