Files
cleveragents-core/docs/showcase/cli-tools
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
..

CLI Tools Examples

This directory contains examples of command-line tools built with CleverAgents. These examples demonstrate how to create practical text-based applications that developers use every day.

What You'll Find Here

  • Todo Applications: Task management tools with add, list, complete functionality
  • File Organizers: Tools to sort and manage files based on various criteria
  • Text Processors: Utilities for formatting, converting, or analyzing text
  • Project Scaffolders: Tools that generate boilerplate code and project structures
  • Developer Utilities: Various helper tools for common development tasks

Example Categories

All examples in this directory:

  • Are fully text-based (no GUI required)
  • Can be run from the command line
  • Produce clear, useful output
  • Demonstrate CleverAgents' ability to build real tools

Getting Started

  1. Browse the examples in this directory
  2. Pick one that matches your interest
  3. Follow the step-by-step walkthrough
  4. Modify and extend to create your own version

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