fix: removed temperature modifier in librarian agent to mitigate invisible errors
CI / All (ubuntu-latest) (push) Failing after 27s
CI / All (macos-latest) (push) Has been cancelled
CI / All (windows-latest) (push) Has been cancelled

This commit is contained in:
2026-08-05 16:10:19 -06:00
parent a8fb32b6bd
commit e606eb7c49
-4
View File
@@ -88,7 +88,6 @@ nodes:
prompt: | prompt: |
Research prompt: {{initial_prompt}} Research prompt: {{initial_prompt}}
tools: [] tools: []
temperature: 0.1
output_schema: output_schema:
type: object type: object
properties: properties:
@@ -180,7 +179,6 @@ nodes:
tools: tools:
- mcp:ddg-search - mcp:ddg-search
max_iterations: 15 max_iterations: 15
temperature: 0.1
state_updates: state_updates:
search_output: "{{output}}" search_output: "{{output}}"
fallback: synthesize fallback: synthesize
@@ -251,7 +249,6 @@ nodes:
tools: tools:
- mcp:personal-github - mcp:personal-github
max_iterations: 15 max_iterations: 15
temperature: 0.1
state_updates: state_updates:
oss_output: "{{output}}" oss_output: "{{output}}"
fallback: synthesize fallback: synthesize
@@ -338,7 +335,6 @@ nodes:
tools: tools:
- fetch_url_via_curl - fetch_url_via_curl
max_iterations: 20 max_iterations: 20
temperature: 0.1
state_updates: state_updates:
findings: "{{output}}" findings: "{{output}}"
fallback: final_format fallback: final_format