Skip to content

Add Gateway runtime message timeouts#92

Merged
madtank merged 1 commit intomainfrom
codex/gateway-message-timeouts
Apr 24, 2026
Merged

Add Gateway runtime message timeouts#92
madtank merged 1 commit intomainfrom
codex/gateway-message-timeouts

Conversation

@madtank
Copy link
Copy Markdown
Member

@madtank madtank commented Apr 24, 2026

Summary

  • add per-agent Gateway runtime timeout configuration via CLI/UI (--timeout / --timeout-seconds)
  • apply the timeout to exec and sentinel CLI runtime handlers
  • publish terminal agent_processing error events with reason=runtime_timeout instead of sending fake success replies when a runtime stalls
  • document the timeout behavior in Gateway runtime docs

Verification

  • uv run ruff check ax_cli/ tests/test_gateway_commands.py
  • uv run ruff format --check ax_cli/ tests/test_gateway_commands.py
  • uv run pytest -q tests/test_gateway_commands.py
  • uv run pytest -q
  • git diff --check

@madtank madtank merged commit e6d42c4 into main Apr 24, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant