Tony Kovanen

Results 6 issues of Tony Kovanen

Msgpack-js has some extensions to it, which means that the PHP implementation of msgpack isn't totally compatible for emitting binary, since it's not decoded into buffers in the receiving end....

Added * New until/while looping constructs * Optionally returning an enum value to continue when condition execution when introducing cyclical escape conditions ```js counterWorkflow .step(incrementStep) .until(async ({ context }) =>...

### Problem Statement Trying to address three related issues: * At the moment, concurrent branching can be quite difficult to follow especially when having multiple nested execution trees potentially with...

enhancement
Workflows
devex

Adds: * Ability to pass workflows directly as a step * Result schemas and result mappings * A new "steps" property on a workflow to register steps for better type...

## Description Make `.branch()` return optional fields in the resulting object schema. ## Related Issue(s) https://github.com/mastra-ai/mastra/issues/10642 ## Type of Change - [x] Bug fix (non-breaking change that fixes an issue)...

### Problem Statement Workflow/Run APIs dont' look the same on client and server side. ### Proposed Solution ``` workflow.startAsync(params): Execute the workflow and wait for execution results workflow.resumeAsync(params): Resume suspended...

enhancement
p: urgent
trio-tnt