9edee2d7d5
The version, info, and diagnostics commands were incorrectly stated as being on the fast-path. Only --help and --version are eager exit options that skip subcommand module loading. ISSUES CLOSED: #7592
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.