MCPcopy
hub / github.com/CopilotKit/CopilotKit / agents

Method agents

packages/core/src/core/core.ts:561–563  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

559 }
560
561 get agents(): Readonly<Record<string, AbstractAgent>> {
562 return this.agentRegistry.agents;
563 }
564
565 get tools(): Readonly<FrontendTool<any>[]> {
566 return this.runHandler.tools;

Callers 6

copilotkit.spec.tsFile · 0.45
resolveAgentMethod · 0.45
infoMethod · 0.45
execute_agentMethod · 0.45
get_agent_stateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected