MCPcopy
hub / github.com/kagent-dev/kagent / KAgentSessionService

Struct KAgentSessionService

go/adk/pkg/session/session.go:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24var ErrSessionNotFound = errors.New("session not found")
25
26type KAgentSessionService struct {
27 BaseURL string
28 Client *http.Client
29}
30
31// NewKAgentSessionService creates a new KAgentSessionService.
32// If client is nil, http.DefaultClient is used.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected