Introduction
RunnablePassthrough and RunnableLambda help you run simple tasks easily without extra setup.
When you want to pass data through without changing it.
When you want to run a small function quickly inside a bigger process.
When you need a simple way to wrap a function to run it later.
When you want to test or debug parts of your code by running small pieces.
When you want to create reusable blocks that do simple jobs.