MCPcopy 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

demonstrateFullAgentFunction · 0.95
demonstrateAdvancedUsageFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected