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

Method Delete

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

Delete 删除任务

(agentID, taskID string)

Source from the content-addressed store, hash-verified

16
17 // Delete 删除任务
18 Delete(agentID, taskID string) error
19
20 // List 列出 Agent 的所有任务
21 List(agentID string) ([]*Task, error)

Callers 3

StartAsyncMethod · 0.65
CleanupMethod · 0.65
mainFunction · 0.65

Implementers 1

InMemoryTaskStorepkg/a2a/store.go

Calls

no outgoing calls

Tested by

no test coverage detected