f808abff86
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
CLI Tools Examples
This directory contains examples of command-line tools built with CleverAgents and deep-dive walkthroughs of the CleverAgents management CLI itself. Use it as a launch point whether you're building new automations or learning how to operate the platform.
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
- Platform Feature Walkthroughs: Guided tours of management commands such as resource and skill administration, LSP registration, and automation profile tuning
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 or operate the CleverAgents CLI with confidence
Getting Started
- Browse the examples in this directory
- Pick one that matches your interest
- Follow the step-by-step walkthrough
- Modify and extend to create your own version
Examples in this directory are automatically generated from successful UAT test runs.