feat: coordinator mode — system prompt injection for orchestration tasks

This commit is contained in:
2026-04-05 23:07:56 +02:00
parent 8d3d498245
commit 3f258a1bc7

View File

@@ -15,6 +15,9 @@ func TestCoordinatorSystemPrompt_InjectedForOrchestration(t *testing.T) {
if !strings.Contains(prompt, "list_results") {
t.Error("coordinator prompt must mention list_results")
}
if !strings.Contains(prompt, "read_result") {
t.Error("coordinator prompt must mention read_result")
}
}
func TestShouldInjectCoordinatorPrompt(t *testing.T) {