Skip to main content

Crate convergio_reports

Crate convergio_reports 

Source
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.