Files
HAL9000 f808abff86 chore(ci): fix pre-commit hook failures
Fix JSON syntax errors in .devcontainer/devcontainer.json (removed
invalid JS-style // comments) and .devcontainer/opencode.json (removed
90+ trailing commas). Apply auto-fixes for end-of-file and trailing
whitespace issues across 100+ files. Fix SIM105 ruff violations in
benchmarks/core_circuit_breaker_bench.py (use contextlib.suppress).

Note: The security fix from issue #7478 (validate_path startswith bypass)
was already delivered to master in commit e18ac5f2. This PR as currently
structured is non-atomic (35 commits across 10+ issues) and needs
significant restructure before merge. This commit only addresses the
CI/pre-commit failures.

ISSUES CLOSED: #7478
2026-06-14 09:51:14 -04:00

2.1 KiB

CleverAgents Showcase

This section contains real-world examples of CleverAgents in action, automatically generated from successful UAT (User Acceptance Testing) runs. Each example demonstrates a complete, working workflow that you can follow to build something useful with CleverAgents.

Example Categories

🛠️ CLI Tools

Text-based command-line applications that demonstrate CleverAgents' ability to create practical developer tools.

🌐 API Clients

Examples showing how to build command-line clients for web APIs, demonstrating HTTP interaction and data processing.

📊 Data Processing

Tools for analyzing, transforming, and working with various data formats like CSV, JSON, and logs.

🧪 Testing Tools

Examples of creating testing utilities and automation tools using CleverAgents.

About These Examples

All examples in this showcase are:

  • Automatically Verified: Generated from successful end-to-end test runs
  • Self-Contained: Require only CleverAgents and standard Python libraries
  • Reproducible: Include complete interaction logs and expected outputs
  • Educational: Show best practices and explain what's happening at each step
  • Practical: Demonstrate real-world use cases, not toy examples

How to Use These Examples

  1. Browse by Category: Click on a category above to see relevant examples
  2. Follow Step-by-Step: Each example includes detailed walkthrough instructions
  3. Check Prerequisites: Make sure you have the required setup before starting
  4. Learn from Logs: Expand the interaction logs to see exactly what happened

Contributing

These examples are automatically generated by our UAT system. If you'd like to see a specific type of example, please file an issue describing the use case you'd like to see demonstrated.


Last updated: This index is automatically maintained by the CleverAgents UAT system.