From e606eb7c4966a4dfa21066ac792ca6dddaa53978 Mon Sep 17 00:00:00 2001 From: Alex Clarke Date: Wed, 5 Aug 2026 16:10:19 -0600 Subject: [PATCH] fix: removed temperature modifier in librarian agent to mitigate invisible errors --- assets/agents/librarian/graph.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/agents/librarian/graph.yaml b/assets/agents/librarian/graph.yaml index f1b21d4..b53042b 100644 --- a/assets/agents/librarian/graph.yaml +++ b/assets/agents/librarian/graph.yaml @@ -88,7 +88,6 @@ nodes: prompt: | Research prompt: {{initial_prompt}} tools: [] - temperature: 0.1 output_schema: type: object properties: @@ -180,7 +179,6 @@ nodes: tools: - mcp:ddg-search max_iterations: 15 - temperature: 0.1 state_updates: search_output: "{{output}}" fallback: synthesize @@ -251,7 +249,6 @@ nodes: tools: - mcp:personal-github max_iterations: 15 - temperature: 0.1 state_updates: oss_output: "{{output}}" fallback: synthesize @@ -338,7 +335,6 @@ nodes: tools: - fetch_url_via_curl max_iterations: 20 - temperature: 0.1 state_updates: findings: "{{output}}" fallback: final_format