Files
HAL9000 c1a29a331b
CI / lint (pull_request) Successful in 1m9s
CI / push-validation (pull_request) Successful in 54s
CI / quality (pull_request) Successful in 1m20s
CI / typecheck (pull_request) Successful in 1m37s
CI / security (pull_request) Successful in 1m37s
CI / build (pull_request) Successful in 1m19s
CI / helm (pull_request) Successful in 1m31s
CI / unit_tests (pull_request) Successful in 6m45s
CI / docker (pull_request) Successful in 2m54s
CI / integration_tests (pull_request) Successful in 10m45s
CI / coverage (pull_request) Successful in 22m39s
CI / status-check (pull_request) Successful in 5s
docs: add showcase example for resource and skill management
Align the resource and skill management showcase with review feedback: consistent resource type counts (101), explicit save-to-disk instructions before each skill registration command, metadata callouts for non-obvious behaviors (Config: unknown, capability summary zeros, local/linear-tracker 0-tool count), and README framing to acknowledge platform feature walkthroughs.

Remove obsolete tdd_issue tags from coverage threshold Robot tests now that the noxfile enforces COVERAGE_THRESHOLD = 97.

Harden the Skip If No LLM Keys E2E helper with per-key regex validation and log-level suppression to prevent credential leakage in CI logs. Restore the Resolve LLM Actor keyword that was inadvertently removed from common_e2e.resource.

Update CHANGELOG.md and CONTRIBUTORS.md per project requirements.

ISSUES CLOSED: #4470
2026-06-06 22:55:02 -04:00

32 lines
1.4 KiB
Markdown

# 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.*