Chat-app CI E2E is failing; suspected relation to llm-proxy service version bump.
Example failing run:
Observed symptoms in Playwright:
- Many request failures
net::ERR_ABORTED to Chat/Gateway endpoints (notably NotificationsGateway/Subscribe).
- Agent reply never arrives (
Agent did not reply within 180000ms).
- Tracing link expectations fail (ends on /message/... rather than /runs/...).
- Inline media render expectations fail (mermaid/vega not present), likely cascading from upstream failures.
Hypothesis:
- Recent llm-proxy version bump breaks agent execution or related platform integrations.
Requested investigation:
- Reproduce in a local cluster using the latest bootstrap.
- Identify root cause (llm-proxy vs other dependent service).
- Provide a concrete fix and validate E2E passes.
Chat-app CI E2E is failing; suspected relation to llm-proxy service version bump.
Example failing run:
Observed symptoms in Playwright:
net::ERR_ABORTEDto Chat/Gateway endpoints (notably NotificationsGateway/Subscribe).Agent did not reply within 180000ms).Hypothesis:
Requested investigation: