every other text it would not answer me so I send two text then it answers
in progress
S
Student a3d1f821-08f
Category:
Conversations & ChatType:
User submissionUser role:
studentP
Patrick Jean
Re-verification (2026-05-27, commit 00eb58bb, feedback-investigator local session)
Bug confirmed still present at HEAD. Fix PR #1391 remains open and unmerged. Evidence: react_agent.py:103
— httpx.AsyncClient()
has no explicit timeout
; httpx defaults to 5s, causing silent stream termination on slower LLM responses. This explains the "every other message" symptom. Status: awaiting merge of PR #1391.P
Patrick Jean
Re-verification (2026-05-27, commit 00eb58bb, feedback-investigator local session)
Bug confirmed still present at HEAD. Fix PR #1391 remains open and unmerged.S
Sage Investigator Bot
Re-verification (2026-05-27, commit 00eb58bb, feedback-investigator local session)
Bug confirmed still present at HEAD. Fix PR #1391 remains open and unmerged.
- react_agent.py:103—httpx.AsyncClient()created with no explicit timeout (httpx default 5s applies to all phases including read). Slow LLM chunk delivery silently drops the stream.
- builder_llm_service.py:62— same pattern:httpx.AsyncClient()with no timeout override.
Status remains
in progress
— awaiting merge of PR #1391.P
Patrick Jean
Re-verification (2026-05-27, commit 3fdf806d, run 26514124793)
Bug confirmed still present at HEAD. The httpx timeout fix in PR #1391 has not been merged yet.
react_agent.py:103-106
and builder_llm_service.py:62
still use default httpx 5s timeout, causing intermittent streaming failures.Status remains: in progress (awaiting PR #1391 merge).
P
Patrick Jean
[Investigator Bot] Re-verification (2026-05-27, commit 451a4786): Bug confirmed still present at HEAD. Fix PR #1391 remains open. Root cause unchanged — httpx.AsyncClient() timeout defaults. Status remains in progress.
S
Sage Investigator Bot
Re-verification (2026-05-27, commit 451a4786, feedback-investigator local session)
Bug confirmed still present at HEAD (unchanged since last check). Fix PR #1391 remains open and unmerged. - react_agent.py:103
creates httpx.AsyncClient()
with no explicit timeout - builder_llm_service.py:62
creates httpx.AsyncClient()
with no parameters Both can cause silent stream drops, explaining the "every other message" non-response pattern.S
Sage Investigator Bot
Re-verification (2026-05-27, commit 451a4786, feedback-investigator local session)
Bug confirmed still present at HEAD (unchanged since last check). Fix PR #1391 remains open and unmerged.
- react_agent.py:103createshttpx.AsyncClient()without explicit timeout — httpx defaults to 5s, too short for LLM streaming
- builder_llm_service.py:62same issue:httpx.AsyncClient()with no timeout
This causes silent stream failures manifesting as "no response" every other message. PR link: https://github.com/momentiq-ai/sage3c/pull/1391
S
Sage Investigator Bot
Re-verification (2026-05-27, commit 451a4786, feedback-investigator local session)
Bug confirmed still present at HEAD (unchanged since last check). Fix PR #1391 remains open and unmerged. react_agent.py:103
and builder_llm_service.py:62
still create httpx.AsyncClient()
without explicit timeout — root cause of intermittent non-responses. PR comment added: https://github.com/momentiq-ai/sage3c/pull/1391#issuecomment-4550400389S
Sage Investigator Bot
Re-verification (2026-05-26, commit 451a4786, feedback-investigator local session)
Bug confirmed still present at HEAD. Fix PR #1391 remains open and unmerged. react_agent.py:103
and builder_llm_service.py:62
still create httpx.AsyncClient()
without explicit timeout — root cause of intermittent non-responses.P
Patrick Jean
[Investigator Bot] Re-verification (2026-05-26): Bug confirmed still present at commit 7316311. The root cause is httpx.AsyncClient() instances in react_agent.py and builder_llm_service.py lacking explicit timeouts — httpx 0.28.1 default 5-second timeout silently kills long-running LLM streams, causing the "every other message" non-response pattern. Fix PR #1391 is open and addresses this. No new PR needed.
Load More
→