e54818d5cb
ci.yml / feat: enhance UAT tester with automatic documentation generation (push) Failing after 0s
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.
API Clients Examples
This directory contains examples of command-line API clients built with CleverAgents. These examples show how to interact with web services and APIs from the terminal.
What You'll Find Here
- Weather CLI: Command-line weather information fetchers
- GitHub Tools: Utilities for interacting with GitHub repositories
- REST API Wrappers: Generic tools for consuming RESTful services
- Data Fetchers: Tools that retrieve and format data from web APIs
- Service Monitors: CLI tools for checking service health and status
Example Features
Examples in this directory demonstrate:
- HTTP request handling
- JSON/XML parsing
- Authentication patterns
- Error handling for network operations
- Data formatting and display
Best Practices Shown
- Proper API key management
- Rate limiting awareness
- Graceful error handling
- User-friendly output formatting
- Caching strategies
Examples in this directory are automatically generated from successful UAT test runs.