Saurabh Kumar Bajpai

Results 3 issues of Saurabh Kumar Bajpai

Fixes an IndexError when handling initial A2A TASK_REQUIRED responses that contain no message parts. The handler now checks for empty parts before accessing them and marks all present parts as...

core

New GORM-based Session Service Constructor: Introduced NewSessionServiceGorm, a new constructor that accepts an already initialized *gorm.DB instance, allowing callers to manage their database connection lifecycle directly. Deprecation of Existing Constructor:...

Proposes automatic wrapping of function tools whose input type is a non-struct (e.g. string/int) so they accept LLM function-call arguments like {"input": }. Includes wrapper implementation, tests, docs, and a...