Files
cleveragents-core/docs/showcase/cli-tools
HAL9000 b20711ce2b
CI / benchmark-publish (pull_request) Has been skipped
CI / push-validation (pull_request) Successful in 31s
CI / build (pull_request) Successful in 1m6s
CI / lint (pull_request) Failing after 1m12s
CI / helm (pull_request) Successful in 1m1s
CI / quality (pull_request) Successful in 1m39s
CI / security (pull_request) Successful in 1m47s
CI / typecheck (pull_request) Successful in 1m50s
CI / coverage (pull_request) Has been skipped
CI / integration_tests (pull_request) Successful in 3m58s
CI / e2e_tests (pull_request) Successful in 4m1s
CI / unit_tests (pull_request) Failing after 6m6s
CI / docker (pull_request) Has been skipped
CI / status-check (pull_request) Failing after 4s
fix(a2a): update operation count from 42 to 53 in tests and docs
The PR added 11 standard A2A operations (message/send, tasks/*, etc.)
to the facade, increasing the total from 42 to 53. Update all references:
- robot/helper_a2a_facade.py: fix list_operations() count check
- features/a2a_cli_facade_integration.feature: update scenario text
- features/steps/a2a_cli_facade_integration_steps.py: update assertion
- docs/showcase/cli-tools/server-and-a2a-integration.md: update docs
- docs/development/testing.md: update docs
2026-05-04 20:44:31 +00:00
..

CLI Tools Examples

This directory contains examples of command-line tools built with CleverAgents. These examples demonstrate how to create practical text-based applications that developers use every day.

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

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

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.