MCPcopy
hub / github.com/coder/mux / isPlanLikeInResolvedChain

Function isPlanLikeInResolvedChain

src/common/utils/agentTools.ts:102–107  ·  view source on GitHub ↗
(
  agents: readonly ToolsConfigCarrier[],
  maxDepth = 10
)

Source from the content-addressed store, hash-verified

100}
101
102export function isPlanLikeInResolvedChain(
103 agents: readonly ToolsConfigCarrier[],
104 maxDepth = 10
105): boolean {
106 return isToolEnabledInResolvedChain("propose_plan", agents, maxDepth);
107}
108
109export function isExecLikeEditingCapableInResolvedChain(
110 agents: ReadonlyArray<ToolsConfigCarrier & { id: AgentId }>,

Callers 4

buildPlanInstructionsFunction · 0.90
resolveAgentForStreamFunction · 0.90

Calls 1

Tested by

no test coverage detected