Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Execute
Method · 0.65
handleMessageSend
Method · 0.65
handleTasksCancel
Method · 0.65
WorkflowDemoRunHandler
Method · 0.65
WorkflowDemoRunEvalHandler
Method · 0.65
Implementers
1
InMemoryTaskStore
pkg/a2a/store.go
Calls
no outgoing calls
Tested by
no test coverage detected