Files
cleveragents-core/docs/showcase/data-processing
freemo e54818d5cb
ci.yml / feat: enhance UAT tester with automatic documentation generation (push) Failing after 0s
feat: enhance UAT tester with automatic documentation generation
Extend the UAT testing agents to capture successful test workflows and
automatically generate showcase documentation demonstrating real-world
usage of CleverAgents.

Key features added:
- Documentation generation when tests succeed end-to-end
- Intelligent duplicate detection to avoid redundant examples
- Categorization into cli-tools, api-clients, data-processing, testing-tools
- Automatic PR creation for new documentation examples
- Integration with existing UAT workflow without disruption

Documentation structure:
- New docs/showcase/ directory for real-world examples
- Category-specific subdirectories with README guides
- Example template for consistent formatting
- JSON index for tracking and duplicate detection

The UAT tester now serves dual purposes:
1. Finding bugs through comprehensive testing (existing behavior)
2. Generating high-quality documentation from successful test runs (new)

This enables the system to build its own showcase of capabilities while
performing regular quality assurance, providing valuable examples for
users and demonstrating the system's practical applications.
2026-04-06 00:12:06 +00:00
..

Data Processing Examples

This directory contains examples of data processing tools built with CleverAgents. These examples demonstrate how to analyze, transform, and work with various data formats.

What You'll Find Here

  • CSV Analyzers: Tools for reading, analyzing, and reporting on CSV data
  • JSON Transformers: Utilities for reshaping and converting JSON data
  • Log Parsers: Tools for extracting insights from log files
  • Data Validators: Utilities for checking data integrity and format
  • Report Generators: Tools that create summaries from raw data

Supported Formats

Examples cover common data formats:

  • CSV (Comma-Separated Values)
  • JSON (JavaScript Object Notation)
  • Plain text logs
  • Structured text files
  • Configuration files

Common Patterns

  • Reading and parsing files
  • Data validation and cleaning
  • Aggregation and summarization
  • Format conversion
  • Report generation

Examples in this directory are automatically generated from successful UAT test runs.