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

Method Save

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

Save 保存任务

(agentID string, task *Task)

Source from the content-addressed store, hash-verified

13
14 // Save 保存任务
15 Save(agentID string, task *Task) error
16
17 // Delete 删除任务
18 Delete(agentID, taskID string) error

Callers 5

ExecuteMethod · 0.65
handleMessageSendMethod · 0.65
handleTasksCancelMethod · 0.65

Implementers 1

InMemoryTaskStorepkg/a2a/store.go

Calls

no outgoing calls

Tested by

no test coverage detected