DCP-2218 feat: add AITB demo and orchestration tools#261
Open
ajmalkhan-eng wants to merge 3 commits intoDCP-2215-prolific-cli-error-handling-refactorfrom
Open
Conversation
Add comprehensive demo script showcasing the full AITB workflow: - Interactive CLI demonstrating dataset → batch → study flow - Colorful output using new UI functions - CSV dataset preview with row counting - Status polling with spinner animations - Real-time response tailing functionality - Parameter extraction from CSV for dynamic study creation - Retry logic and error handling - Summary tables and formatted output
Add example files for pairwise evaluation demos: - pairwise-evaluation.csv: Standard pairwise comparison dataset - pairwise-evaluation-xmas.csv: Christmas-themed pairwise evaluation data - pairwise-evaluation-instructions.json: Instructions for pairwise tasks Add ASCII art banners: - banner.txt: Prolific ASCII art banner for root directory - docs/scripts/banner.txt: Banner for orchestration script
- Remove invalid answer_limit property from free_text instructions - Remove total_available_places from AITB study example as it's auto-calculated
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Base automatically changed from
DCP-2217-prolific-cli-aitb-core-features
to
DCP-2215-prolific-cli-error-handling-refactor
December 11, 2025 02:02
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR adds demo scripts, example files, and orchestration tools for AI Task Builder (AITB), providing a complete end-to-end demonstration of the AITB workflow.
Dependencies
Merge order: #259 → #258 → #260 → #261
Changes
Orchestration Demo Script
aitb-orchestration.gowith interactive UIDemo Files and Examples
pairwise-evaluation-instructions.json- Complete example for LLM response evaluationpairwise-evaluation.csvandpairwise-evaluation-xmas.csv- Sample datasetsbanner.txt) for terminal displayExample File Fixes
answer_limitproperty from free_text instruction typestotal_available_placesfrom AITB study examples (auto-calculated by API)Features Demonstrated
The orchestration script demonstrates the complete AITB workflow:
Usage
# Run the interactive demo go run docs/scripts/aitb-orchestration.goTesting
The demo script uses the enhanced UI functions and AITB commands to provide a complete, working example of the AITB integration.