github / github/copilot-cli

Loop / Scheduled commands to allow long-running tasks

未關閉
#2,129 1 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
area:agents
主要語言
Shell
星號
11.2k
分支
1.9k
平均合併
14 小時 16 分鐘
30 天內合併 PR
6

描述

### Describe the feature or problem you'd like to solve

In my use case, I want the agent to regularly check my compute cluster jobs every 1 hour. So it can work overnight, doing iterative monitoring, debugging and resubmission.

The job can run very long time like for a couple hours, I want the agent to monitor it by regularly checking: if the job is still running nothing goes wrong, it will keep monitoring; if the job status shows some failure, the agent will be triggered and start to debug and probably resubmit the job.

### Proposed solution

Claude code seems to have some sort of background Bash and TaskOutput commands. When executing the scripts no tokens will be consumed. Only when a certain task output appears, it will trigger/wake up the agent.

### Example prompts or workflows

_No response_

### Additional context

_No response_

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。