Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.45
resolveAgent
Method · 0.45
createAgentStoreSignal
Method · 0.45
info
Method · 0.45
execute_agent
Method · 0.45
get_agent_state
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected