MCPcopy Create free account
hub / github.com/astercloud/aster / Load

Method Load

pkg/a2a/store.go:12–12  ·  view source on GitHub ↗

Load 加载任务

(agentID, taskID string)

Source from the content-addressed store, hash-verified

10type TaskStore interface {
11 // Load 加载任务
12 Load(agentID, taskID string) (*Task, error)
13
14 // Save 保存任务
15 Save(agentID string, task *Task) error

Callers 12

GetStatusMethod · 0.65
CancelMethod · 0.65
updateStatusMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
handleTasksGetMethod · 0.65
handleTasksCancelMethod · 0.65
loadOrCreateTaskMethod · 0.65
SendWithSenderMethod · 0.65
RequestMethod · 0.65
ListMethod · 0.65
ExecuteMethod · 0.65

Implementers 1

InMemoryTaskStorepkg/a2a/store.go

Calls

no outgoing calls

Tested by

no test coverage detected