Public repository hosting a variety of sample DCT Toolkit Scripts. These scripts are used as input into the DCT Toolkit Agent.
- If you wish to contribute, please submit a PR with your new or updated script added to the
examplesfolder. - Once reviewed and merged, it will need to be copied as a
.txtfile and moved into theexamples_txt_filesfolder to be picked up by the DCT Toolkit Agent.
- examples - The originally validated Shell files that have been confirmed to work.
- examples_txt_files - The originaly validated script files that have been converted to
.txtso the Microsoft Copilot Agent can interpret them. Note: The Agent can only read .md and .txt files. - process_files.sh - Simple script to iterate through all files in the
examplesfolder, append.txt, and copy them into theexamples_txt_filesfolder. This is not a DCT Toolkit script.- Sample Runtime:
./process_file.sh ./examples
- Sample Runtime: