for the workflow DAG, what type of backend are you guys using? is it like temporal or self-built durable workflows
we built an execution engine ourselves https://github.com/simstudioai/sim/tree/main/apps/sim/execut... and for the infra for background jobs, we use https://trigger.dev/
1) Is there something that n8n does that's not possible on Sim? 2) Is there a node to create custom stuff like n8n's code node? Possibly nodejs and python 3) Is it easy to import packages from npm or pip
2) there is, we also have a code node that uses E2B to run code in isolated sandboxes. it supports python and ts/js
3) yes, in the code node you can use frameworks/libs since we do RCE