0b8b971e7f
CI / lint (pull_request) Successful in 56s
CI / typecheck (pull_request) Successful in 1m6s
CI / helm (pull_request) Successful in 45s
CI / build (pull_request) Successful in 52s
CI / security (pull_request) Successful in 1m15s
CI / quality (pull_request) Successful in 1m22s
CI / push-validation (pull_request) Successful in 37s
CI / unit_tests (pull_request) Successful in 6m56s
CI / docker (pull_request) Successful in 1m51s
CI / integration_tests (pull_request) Successful in 10m51s
CI / coverage (pull_request) Successful in 11m14s
CI / status-check (pull_request) Successful in 4s
- Added comprehensive documentation about actor removal impact handling, outlining potential effects on dependencies, data integrity, and service continuity. Includes a clear, step-by-step checklist for evaluating impact prior to removal and guidance on planning mitigations. - Documented the --unsafe flag and when it's required, with explicit warnings, usage criteria, and recommended safeguards, rollback steps, and testing considerations. - Added non-zero impact scenarios and best practices for safe removal, including concrete examples of edge cases, guidance on graceful shutdown, data migration considerations, and rollback planning to minimize disruption. - Updated the actor management workflow showcase with new guidance, aligning demonstrations and diagrams with the updated removal process and decision points. Closes #7540
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
- 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.