Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ListAvailableTools
Method · 0.65
Execute
Method · 0.65
getOverviewStatsFromStore
Method · 0.65
Create
Function · 0.65
queryOptimizationExample
Function · 0.65
demonstrateSessionListing
Function · 0.65
queryExample
Function · 0.65
main
Function · 0.65
Implementers
1
InMemoryTaskStore
pkg/a2a/store.go
Calls
no outgoing calls
Tested by
no test coverage detected