MCPcopy Create free account
hub / github.com/echoVic/blade-code / getStatus

Method getStatus

src/agent/LLMManager.ts:294–301  ·  view source on GitHub ↗

* 获取状态信息

()

Source from the content-addressed store, hash-verified

292 * 获取状态信息
293 */
294 public getStatus() {
295 return {
296 isInitialized: this.isInitialized,
297 isAvailable: this.isAvailable(),
298 provider: this.getProvider(),
299 hasInstance: !!this.llm,
300 };
301 }
302
303 /**
304 * 确保 LLM 可用

Callers 1

demonstrateLLMManagerFunction · 0.95

Calls 2

isAvailableMethod · 0.95
getProviderMethod · 0.95

Tested by

no test coverage detected