Skip to content

Commit bd8bb3b

Browse files
Copilotmnkiefer
andauthored
Make subagent optimizer deterministic
Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com>
1 parent 23a2276 commit bd8bb3b

4 files changed

Lines changed: 29 additions & 35 deletions

File tree

.github/workflows/daily-subagent-optimizer.lock.yml

Lines changed: 13 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-subagent-optimizer.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Daily Sub-Agent Optimizer
33
description: Identifies high-token workflows lacking inline sub-agents, applies LLM-expert heuristics to locate decomposable tasks, and creates a concrete inline-agent refactoring proposal
44
on:
55
schedule:
6-
- cron: daily
6+
- cron: "35 3 * * *"
77
workflow_dispatch:
88
permissions:
99
contents: read
@@ -36,8 +36,6 @@ safe-outputs:
3636
timeout-minutes: 30
3737
---
3838

39-
{{#runtime-import? .github/shared-instructions.md}}
40-
4139
# Daily Sub-Agent Optimizer
4240

4341
You are an LLM efficiency expert specializing in agentic workflow optimization. Your mission today: identify one workflow that would benefit from inline sub-agent refactoring, reason carefully about which tasks a smaller model (small alias) can handle, and produce a copy-paste-ready proposal issue.

workflows/daily-subagent-optimizer.lock.yml

Lines changed: 14 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workflows/daily-subagent-optimizer.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Daily Sub-Agent Optimizer
33
description: Identifies high-token workflows lacking inline sub-agents, applies LLM-expert heuristics to locate decomposable tasks, and creates a concrete inline-agent refactoring proposal
44
on:
55
schedule:
6-
- cron: daily
6+
- cron: "35 3 * * *"
77
workflow_dispatch:
88
permissions:
99
contents: read
@@ -36,8 +36,6 @@ safe-outputs:
3636
timeout-minutes: 30
3737
---
3838

39-
{{#runtime-import? .github/shared-instructions.md}}
40-
4139
# Daily Sub-Agent Optimizer
4240

4341
You are an LLM efficiency expert specializing in agentic workflow optimization. Your mission today: identify one workflow that would benefit from inline sub-agent refactoring, reason carefully about which tasks a smaller model (small alias) can handle, and produce a copy-paste-ready proposal issue.

0 commit comments

Comments
 (0)