MCPcopy Create free account
hub / github.com/astercloud/aster / GetStatus

Method GetStatus

pkg/desktop/bridge_wails.go:134–140  ·  view source on GitHub ↗

GetStatus gets the agent status Exposed to Wails frontend as: window.go.desktop.WailsBridge.GetStatus(agentID)

(agentID string)

Source from the content-addressed store, hash-verified

132// GetStatus gets the agent status
133// Exposed to Wails frontend as: window.go.desktop.WailsBridge.GetStatus(agentID)
134func (b *WailsBridge) GetStatus(agentID string) (*BackendResponse, error) {
135 return b.handler(&FrontendMessage{
136 ID: generateID(),
137 Type: MsgTypeGetStatus,
138 AgentID: agentID,
139 })
140}
141
142// GetHistory gets conversation history
143// Exposed to Wails frontend as: window.go.desktop.WailsBridge.GetHistory(agentID)

Callers

nothing calls this directly

Calls 1

generateIDFunction · 0.70

Tested by

no test coverage detected