Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:52:04 +08:00
commit ff70ed56a4
17 changed files with 1281 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for api-batch-processor skill
- [ ] batch_process_init.py: Initializes a batch processing job, setting up the queue and logging.
- [ ] batch_process_status.py: Checks the status of a batch processing job, providing progress updates.
- [ ] batch_process_cancel.py: Cancels a running batch processing job, cleaning up resources.