mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-08-17 01:21:06 +08:00
Delete bot.md
This commit is contained in:
@@ -1,29 +0,0 @@
|
||||
# .github/bot.ps1 (ALPHA VERSION)
|
||||
|
||||
**IMPORTANT**: You'd better upgrade both copilot cli and sdk to the latest version before using it.
|
||||
|
||||
- Run [bot.ps1](./bot.ps1) to start a bot.
|
||||
- **CAUTION** It starts an http server listening to `http://*:9999`, anyone will be able to use it if they could reach your computer. You should be responsible for your own security.
|
||||
- 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
|
||||
|
||||
**NOTICE** `Model` here only affects the `Start` button which opens a chat session for a coding agent.
|
||||
All jobs have multiple models assigned to complete different works in [jobsData.ts](./Agent/packages/CopilotPortal/src/jobsData.ts).
|
||||
|
||||

|
||||
|
||||
## Selection
|
||||
|
||||

|
||||
|
||||
## Launching
|
||||
|
||||

|
||||
Reference in New Issue
Block a user