<Workflow title>

<Workflow title> 【免费下载链接】opensreBuild your own AI SRE agents. The open source toolkit for the AI era.项目地址: https://gitcode.com/GitHub_Trending/op/opensre标题下方的第一段purpose statement直接声明“这个工作流最终交付什么”。例如scheduling-github-ci-fixes写作“Monitor one repository on a schedule and automatically edit, test, and push fixes to one failing PR branch per tick. A green PR does not stop monitoring.”——它同时说明行为与边界。## Plan默认推荐计划读卡即建计划模板规定## Plan必须紧跟目的陈述、位于## Workflow之前。它是 Agent 读到技能后立即通过update_plan加载进实时计划live plan的默认计划让用户一开始就看到完整流程并按步骤跟踪进度。它由两部分组成一段引导语告诉 Agent 用update_plan按下方编号步骤创建或修订实时计划已满足的步骤标记completed每个步骤的完成条件满足时更新其状态把报告与后续跟进作为独立计划项。一张清单每个## Workflow编号标题对应一行- [ ] Step N. …顺序与数量完全一致每行用一句话点明该步骤的产出与所用工具。模板给出的最小形态是三步骤## Plan Use update_plan to track the numbered workflow steps below. Keep already satisfied steps and mark them completed. Update each status when its completion condition is met. - [ ] Step 1. Resolve the required inputs using the owning tool. - [ ] Step 2. Perform the work with the named tool. - [ ] Step 3. Deliver the verified outcome. ## Workflow ### 1. Resolve inputs … Complete when observable input and prerequisite condition. ### 2. Perform the work … Complete when observable tool result. ### 3. Deliver the outcome … Complete when the user has received the result.【免费下载链接】opensreBuild your own AI SRE agents. The open source toolkit for the AI era.项目地址: https://gitcode.com/GitHub_Trending/op/opensre创作声明:本文部分内容由AI辅助生成(AIGC),仅供参考