CLI: run a local file
CLI: run a named play
TypeScript: call from an app or script
TypeScript apps can call the same workflow the CLI runs.Inside another play
ctx.runPlay(...) for child plays that are statically resolvable in your workspace. Use ctx.tools.execute(...) when one provider/tool call is the step you need.