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

Struct KAgentTaskStore

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

KAgentTaskStore persists A2A tasks to KAgent via REST API and implements a2asrv.TaskStore.

Source from the content-addressed store, hash-verified

24// KAgentTaskStore persists A2A tasks to KAgent via REST API and implements
25// a2asrv.TaskStore.
26type KAgentTaskStore struct {
27 BaseURL string
28 Client *http.Client
29}
30
31// NewKAgentTaskStoreWithClient creates a new KAgentTaskStore with a custom HTTP client.
32// If client is nil, http.DefaultClient is used.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected