Versions in this module Expand all Collapse all v0 v0.0.2 Sep 12, 2026 v0.0.1 Sep 11, 2026 Changes in this version + const DefaultClientName + type Options struct + ClientName string + ClientVersion string + EnableStandaloneSSE bool + Endpoint string + HTTPClient *http.Client + Headers map[string]string + type Session struct + func Connect(ctx context.Context, opts Options) (*Session, error) + func (s *Session) Close() error + func (s *Session) Tools(ctx context.Context) (map[string]agentcore.Tool, error)