Add comprehensive demo scripts for Codegen SDK #179
+635
−0
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.
🎯 Overview
This PR adds 4 production-ready shell scripts to simplify the Codegen SDK demo experience for developers.
📦 What's New
Created Scripts:
setup.sh- Environment initializationstart.sh- Run the demosend_request.sh- Custom API requestsall.sh- Complete workflowDocumentation:
SCRIPTS_README.md- Complete guide with:✨ Features
set -efor fail-fast behavior🚀 Quick Start
📋 Testing
All scripts have been tested and validated:
📚 Documentation
Complete documentation available in
SCRIPTS_README.mdincluding:🎯 Use Cases
These scripts are perfect for:
🔗 Links
Files Changed: 5 files, 635+ lines added
Scripts: setup.sh, start.sh, send_request.sh, all.sh, SCRIPTS_README.md
💻 View my work • 👤 Initiated by @Zeeeepa • About Codegen
⛔ Remove Codegen from PR • 🚫 Ban action checks
Description by Korbit AI
What change is being made?
Add a complete set of Codegen SDK demo scripts (setup.sh, start.sh, send_request.sh, all.sh) along with an updated SCRIPTS_README.md to provide end-to-end setup, execution, and testing workflows for the demo.
Why are these changes being made?
Introduce an all-in-one, user-friendly demo workflow to quickly initialize the environment, run the demo, and test custom prompts, improving onboarding and experimentation with the Codegen SDK.