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

Method List

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

List 列出 Agent 的所有任务

(agentID string)

Source from the content-addressed store, hash-verified

19
20 // List 列出 Agent 的所有任务
21 List(agentID string) ([]*Task, error)
22
23 // AddCancellation 添加取消信号
24 AddCancellation(taskID string)

Callers 8

ListAvailableToolsMethod · 0.65
ExecuteMethod · 0.65
CreateFunction · 0.65
queryOptimizationExampleFunction · 0.65
queryExampleFunction · 0.65
mainFunction · 0.65

Implementers 1

InMemoryTaskStorepkg/a2a/store.go

Calls

no outgoing calls

Tested by

no test coverage detected