Versions in this module Expand all Collapse all v1 v1.59.0 May 13, 2026 v1.58.0 May 11, 2026 Changes in this version + func NewHandler(b Backend) http.Handler + type Backend interface + CreateSession func(ctx context.Context, req runtime.CreateSessionRequest) (CreateSessionResponse, error) + LoadTeam func(ctx context.Context, req runtime.LoadTeamRequest) (LoadTeamResponse, error) + type CreateSessionResponse struct + SessionID string + type LoadTeamResponse struct + AgentNames []string + DefaultAgent string