MCPcopy
hub / github.com/mudler/LocalAI / UpdateStatus

Method UpdateStatus

core/services/agentpool/agent_pool.go:92–92  ·  view source on GitHub ↗
(userID, name, status string)

Source from the content-addressed store, hash-verified

90 ListConfigs(userID string) ([]agents.AgentConfigRecord, error)
91 DeleteConfig(userID, name string) error
92 UpdateStatus(userID, name, status string) error
93 UpdateLastRun(userID, name string) error
94}
95

Callers 15

store_test.goFile · 0.65
ResponsesEndpointFunction · 0.65
handleWSResponseCreateFunction · 0.65
UpdateStatusMethod · 0.65
SetStatusMethod · 0.65
mainFunction · 0.65
updateStatusMethod · 0.65

Implementers 1

AgentStorecore/services/agents/store.go

Calls

no outgoing calls

Tested by

no test coverage detected