Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/astercloud/aster
/ Load
Method
Load
pkg/a2a/store.go:12–12 ·
view source on GitHub ↗
Load 加载任务
(agentID, taskID string)
Source
from the content-addressed store, hash-verified
10
type
TaskStore
interface
{
11
// Load 加载任务
12
Load(agentID, taskID string) (*Task, error)
13
14
// Save 保存任务
15
Save(agentID string, task *Task) error
Callers
12
GetStatus
Method · 0.65
Cancel
Method · 0.65
updateStatus
Method · 0.65
Execute
Method · 0.65
Execute
Method · 0.65
handleTasksGet
Method · 0.65
handleTasksCancel
Method · 0.65
loadOrCreateTask
Method · 0.65
SendWithSender
Method · 0.65
Request
Method · 0.65
List
Method · 0.65
Execute
Method · 0.65
Implementers
1
InMemoryTaskStore
pkg/a2a/store.go
Calls
no outgoing calls
Tested by
no test coverage detected