MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isPluginAgent

Function isPluginAgent

src/tools/AgentTool/loadAgentsDir.ts:180–184  ·  view source on GitHub ↗
(
  agent: AgentDefinition,
)

Source from the content-addressed store, hash-verified

178}
179
180export function isPluginAgent(
181 agent: AgentDefinition,
182): agent is PluginAgentDefinition {
183 return agent.source === 'plugin'
184}
185
186export type AgentDefinitionsResult = {
187 activeAgents: AgentDefinition[]

Callers 2

AgentEditorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected