Completing the Workflow
Run your workflow to completion using the teamwork
function:
import { teamwork } from 'nest-ai/workflow';
teamwork(myWorkflow);
Here is what the Workflow on the Nest AI Framework looks like.

Last updated
Run your workflow to completion using the teamwork
function:
import { teamwork } from 'nest-ai/workflow';
teamwork(myWorkflow);
Here is what the Workflow on the Nest AI Framework looks like.
Last updated