This commit is contained in:
vczh
2026-03-01 19:17:13 -08:00
parent ead17ea468
commit 1a3d9542ed
5 changed files with 28 additions and 0 deletions

BIN
.github/Agent_Index.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
.github/Agent_RunJob.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 144 KiB

BIN
.github/Agent_StartJob.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 KiB

23
.github/bot.md vendored Normal file
View File

@@ -0,0 +1,23 @@
# .github/bot.ps1 (ALPHA VERSION)
- Run [bot.ps1](./bot.ps1) to start a bot.
- The default location would be the root of this repo.
- You can change it to any repo.
- Predefine jobs are designed for all prompts in `.github/prompts`.
- For the current version, if you would like to design your own jobs, change [jobsData.ts](./Agent/packages/CopilotPortal/src/jobsData.ts), following [the instruction](./Agent/prompts/snapshot/CopilotPortal/JobsData.md).
- Click `New Job` to show all jobs.
- Select a job and finish your instruction.
- Launch and watch.
- You can inspect the job in different machines, but it is strongly recommended not to do this as it slower the server performance. It is not fully optimized yet.
## New Job
![](./Agent_Index.png)
## Selection
![](./Agent_StartJob.png)
## Launching
![](./Agent_RunJob.png)