Skip to content
Symbiote Engine
Menu

In-memory execution demo

This deterministic walkthrough executes a Directed Acyclic Graph directly in the browser with symbiote-engine/browser and the real Executor.run API. It uses fixed local values and makes no filesystem, network or server calls. It demonstrates execution—not isolation or sandboxing.

1. Execution Parameters

Configure cache strategies and behavior settings to simulate engine resolutions.

2. Topological Layout

Node A
demo/math_add
10 + 20
Node B
demo/math_add
(A) + 12
Node C
demo/text_fmt
Format "Result is: B"

3. Console Terminal logs

System initialized. Click "Run DAG Walkthrough" to trigger execution...