Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/QuantiaAI/helm-agents
/ node
Function
node
packages/workflow/src/graph.ts:83–83 ·
view source on GitHub ↗
(fn: AgentNode)
Source
from the content-addressed store, hash-verified
81
82
type
Node = (state: GraphStateType) => Promise<Partial<GraphStateType>>;
83
const
node = (fn: AgentNode): Node => fn as unknown as Node;
84
85
// --- Analysts (serial chain) ---
86
for
(
const
key of analysts) {
Callers
1
buildGraph
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected