LettreAI Documentation
  • Home
  • User Guide
  • Nutshell
  • Manual
  • Examples
  • API
  1. Reports
  2. AI Task Reports
  • Getting Started
    • AI Task Documentation
    • Installation
    • Quick Start
  • User Guide
    • User Guide
  • Nutshell
    • AI-Task in a Nutshell
  • Manual
    • Core Concepts
    • Configuration
    • Instructions
    • Productions
    • Functions
    • LLM Integration - Claude
  • Examples
    • Basic Examples
    • Advanced Examples
    • Instruction Examples
    • Production Examples
  • Reports
    • AI Task Reports
  • API Reference
    • Pipeline API
    • Engine API
    • Functions API
  • Development
    • Contributing
    • Architecture
Categories
All (1)
Documentation (1)
Example (1)
  1. Reports
  2. AI Task Reports

AI Task Reports

AI Task Reports

This section contains reports generated from AI Task pipeline executions. These reports document the execution flow and results of various pipelines.

Understanding Reports

AI Task can generate detailed reports of pipeline executions. These reports show:

  • The configuration of the pipeline
  • The data flow through the pipeline
  • The input and output of each task
  • Visualizations of the pipeline execution

Reports are generated using Quarto and can be viewed in a web browser. They provide a comprehensive view of the pipeline execution and can be useful for debugging, documentation, and sharing results.

Generating Reports

To generate a report for a pipeline execution, use the --report flag when running the pipeline:

python -m ai_task.run_tasks example.ai --report

This will create a report in the reports directory. The report will be named after the pipeline configuration file, with a .qmd extension.

Available Reports

Below is a list of available reports. Click on a report to view it.

Note

This list is automatically generated from the reports in this directory.

Title Date Categories
Example AI Task Report Mar 15, 2024 Example, Documentation
No matching items
Production Examples
Pipeline API

LettreAI Documentation

 
  • Edit this page
  • Report an issue
  • License: MIT