MCPcopy Index your code
hub / github.com/simstudioai/sim / createBlockHandlers

Function createBlockHandlers

apps/sim/executor/handlers/registry.ts:32–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 * by NodeExecutionOrchestrator, not user blocks.
31 */
32export function createBlockHandlers(): BlockHandler[] {
33 return [
34 new TriggerBlockHandler(),
35 new FunctionBlockHandler(),
36 new ApiBlockHandler(),
37 new ConditionBlockHandler(),
38 new RouterBlockHandler(),
39 new ResponseBlockHandler(),
40 new HumanInTheLoopBlockHandler(),
41 new AgentBlockHandler(),
42 new MothershipBlockHandler(),
43 new PiBlockHandler(),
44 new VariablesBlockHandler(),
45 new WorkflowBlockHandler(),
46 new WaitBlockHandler(),
47 new EvaluatorBlockHandler(),
48 new CredentialBlockHandler(),
49 new GenericBlockHandler(),
50 ]
51}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected