Skip to content

Commit 1aad612

Browse files
committed
remove old files
Signed-off-by: Jet Chiang <pokyuen.jetchiang-ext@solo.io>
1 parent d8c506c commit 1aad612

2 files changed

Lines changed: 0 additions & 50 deletions

File tree

go/core/internal/a2a/manager.go

Lines changed: 0 additions & 47 deletions
This file was deleted.

go/core/internal/a2a/passthrough_handler.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import (
99
"github.com/a2aproject/a2a-go/v2/a2asrv"
1010
)
1111

12-
// TODO(cleanup): once legacy traffic is unsupported, use the standard v1 handler
13-
// stack directly.
1412
type PassthroughRequestHandler struct {
1513
client *a2aclient.Client
1614
card *a2atype.AgentCard
@@ -22,7 +20,6 @@ var _ a2asrv.RequestHandler = (*PassthroughRequestHandler)(nil)
2220
// A2A endpoints. It delegates each request directly to the selected upstream
2321
// agent client and intentionally bypasses a2asrv.NewHandler, which would create
2422
// local task state and apply v1 task-processing invariants to legacy streams.
25-
// Keep this while the controller bridges mixed 0.3 and 1.0 clients/runtimes;
2623
func NewPassthroughRequestHandler(client *a2aclient.Client, card *a2atype.AgentCard) *PassthroughRequestHandler {
2724
return &PassthroughRequestHandler{
2825
client: client,

0 commit comments

Comments
 (0)