Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/echoVic/blade-code
/ getComponentManager
Method
getComponentManager
src/agent/Agent.ts:174–176 ·
view source on GitHub ↗
* 获取组件管理器
()
Source
from the content-addressed store, hash-verified
172
* 获取组件管理器
173
*/
174
public getComponentManager(): ComponentManager {
175
return
this.componentManager;
176
}
177
178
// ======================== LLM 功能代理方法 ========================
179
Callers
2
demonstrateFullAgent
Function · 0.95
demonstrateAdvancedUsage
Function · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected