@@ -93,3 +93,4 @@ Below are some specific details of individual PR contributions.
* HAL 9000 has contributed the configurable merge strategy implementation (PR #9610 / issue #9559): three configurable merge strategies (prefer-parent, prefer-subplan, manual) for plan three-way merges, MergeStrategy StrEnum with helper methods, MergeStrategyService for conflict resolution, BDD test suite with 8 scenarios, and Robot Framework integration tests.
* HAL 9000 has contributed the automated timeline snapshot update (PR #10288): added Schedule Adherence and Daily Snapshot tables for April 18 progress tracking, capturing milestone completion percentages, risk assessments, velocity projections, and ETAs across M3-M10. Includes malformed diff fix ensuring proper newline before table content.
* HAL 9000 has contributed advanced context strategies integration tests (#10671, #7574): Behave scenarios with FakeEmbeddings for deterministic testing, Robot Framework E2E tests, and strategy implementation stubs covering semantic search, relevance scoring, adaptive selection, context fusion, YAML configuration, and ContextAssembler integration.
* HAL 9000 has contributed the resource and skill management showcase alignment (#4213): updated the CLI tools showcase with consistent counts, explicit save instructions, metadata callouts, and README framing for platform walkthroughs; removed obsolete tdd_issue tags from coverage threshold Robot tests; hardened the Skip If No LLM Keys E2E helper with per-key regex validation and log suppression to prevent credential leakage.
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.
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
@@ -9,6 +9,7 @@ This directory contains examples of command-line tools built with CleverAgents.
- **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
@@ -16,7 +17,7 @@ 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
- Demonstrate CleverAgents' ability to build real tools or operate the CleverAgents CLI with confidence
## Getting Started
@@ -27,4 +28,4 @@ All examples in this directory:
---
*Examples in this directory are automatically generated from successful UAT test runs.*
*Examples in this directory are automatically generated from successful UAT test runs.*
${openai_valid}= Run Keyword And Return Status Should Match Regexp ${openai_key} ^(sk|rk)-[A-Za-z0-9_-]+(\.[A-Za-z0-9_-]+)?$
${anthropic_valid}= Run Keyword And Return Status Should Match Regexp ${anthropic_key} ^sk-(ant|live)-[A-Za-z0-9_-]+$
Set Log Level ${prev_level}
${has_keys}= Set Variable ${openai_valid}
Run Keyword If not ${has_keys} ${has_keys}= Set Variable ${anthropic_valid}
Run Keyword If not ${has_keys} Skip No usable LLM API keys available (ANTHROPIC_API_KEY / OPENAI_API_KEY). Skipping E2E test.
Resolve LLM Actor
[Documentation] Probe the OpenAI API with a minimal request to verify the key
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.