Files
cleveragents-core/docs/showcase/cli-tools
HAL9000 9edee2d7d5 docs: fix inaccurate fast-path claim in CLI basics documentation
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
2026-06-14 23:57:38 -04:00
..

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

  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.