Skip to content

Pre-GA Design Partner and Early Access only. Request access

Helix Docs
v0.112.0 CLI · SDK

Async function calls

Call other Helix functions asynchronously from within a function, and trace the chain with ctx.parentExecutionId.

npm install @trayai/helix-cli@0.112.0 @trayai/helix-sdk@0.112.0
View as Markdown

What matters in this release

Added

Async function calls

You can now invoke other functions in your project asynchronously, letting you split long-running work into smaller steps that execute independently. This is useful when one function needs to fan out to several others or when you want to offload a slow task without blocking the caller's response.

Read the docs →

Everything else that changed

Added

  • Scaffolded AI docs now cover async function calls
  • ctx.parentExecutionId

All releases

Loading search…

Jump to a section

tab to move · esc to close