MCPcopy Create free account
hub / github.com/QuantiaAI/helm-agents / debateCond

Function debateCond

packages/workflow/src/graph.ts:111–112  ·  view source on GitHub ↗
(s: GraphStateType)

Source from the content-addressed store, hash-verified

109
110 // --- Investment-debate loop (Bull ⇄ Bear → Research Manager) ---
111 const debateCond = (s: GraphStateType) =>
112 shouldContinueDebate(s, config.maxDebateRounds);
113 graph.addConditionalEdges("Bull Researcher", debateCond, {
114 "Research Manager": "Research Manager",
115 "Bear Researcher": "Bear Researcher",

Callers

nothing calls this directly

Calls 1

shouldContinueDebateFunction · 0.85

Tested by

no test coverage detected