Skip to content

Conversation

@EItanya
Copy link
Contributor

@EItanya EItanya commented Aug 22, 2025

No description provided.

Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Copilot AI review requested due to automatic review settings August 22, 2025 15:53
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR makes the SSE (Server-Sent Events) timeout configurable for the streaming connection in the kagent application. The change allows users to specify a custom timeout value instead of using a hardcoded value.

  • Adds a new timeout configuration parameter to the streaming settings
  • Updates the Helm chart to expose the timeout configuration
  • Refactors the A2A reconciler to use a structured options pattern for better extensibility

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
helm/kagent/values.yaml Adds timeout configuration with 60s default value
helm/kagent/templates/controller-deployment.yaml Passes the timeout configuration as command-line argument
go/pkg/app/app.go Adds timeout field to Config struct and command-line flag handling
go/internal/controller/a2a/a2a_reconciler.go Refactors to use ClientOptions struct and applies timeout configuration

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
peterj
peterj previously approved these changes Aug 25, 2025
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
@EItanya EItanya merged commit 06e9550 into main Aug 25, 2025
13 of 14 checks passed
@EItanya EItanya deleted the eitanya/sse-timeout branch August 25, 2025 16:23
inFocus7 pushed a commit to inFocus7/kagent that referenced this pull request Aug 25, 2025
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Fabian Gonzalez <fabian.gonzalez@solo.io>
yanivmn pushed a commit to yanivmn/kagent that referenced this pull request Aug 28, 2025
Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.

4 participants