Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mudler/LocalAGI
/ Get
Method
Get
core/scheduler/interfaces.go:13–13 ·
view source on GitHub ↗
Get retrieves a task by ID
(id string)
Source
from the content-addressed store, hash-verified
11
12
// Get retrieves a task by ID
13
Get(id string) (*Task, error)
14
15
// GetAll retrieves all tasks
16
GetAll() ([]*Task, error)
Callers
15
GetTask
Method · 0.65
PauseTask
Method · 0.65
ResumeTask
Method · 0.65
scheduler_test.go
File · 0.65
agent_test.go
File · 0.65
state_test.go
File · 0.65
ensureFork
Method · 0.65
Run
Method · 0.65
Run
Method · 0.65
Run
Method · 0.65
Run
Method · 0.65
Run
Method · 0.65
Implementers
1
JSONStore
core/scheduler/json_store.go
Calls
no outgoing calls
Tested by
no test coverage detected