Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ getLLMManager
Method
getLLMManager
src/agent/Agent.ts:167–169 ·
view source on GitHub ↗
* 获取 LLM 管理器
()
Source
from the content-addressed store, hash-verified
165
* 获取 LLM 管理器
166
*/
167
public getLLMManager(): LLMManager {
168
return
this.llmManager;
169
}
170
171
/**
172
* 获取组件管理器
Callers
1
demonstrateFullAgent
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected