Skip to content

Conversation

@kevinkim-ogp
Copy link
Contributor

@kevinkim-ogp kevinkim-ogp commented Dec 9, 2025

TL;DR

Adds a new AI Builder page that allows users to preview the AI-generated steps, with a multi-step loader component to display progress during generation.

What changed?

  • Created a new MultiStepLoader component that shows animated loading states with progress indicators
  • Added a new AiBuilder page with context provider to manage state for AI-generated workflows
  • Implemented StepsPreview to display AI-generated steps with support for nested structures like If-Then and ForEach
  • Added toolbox helper functions to handle step grouping and structure
  • Created a modal for modifying AI prompts and regenerating workflows
  • Added routing for the AI Builder at /editor/ai

How to test?

  1. Create a Pipe using 'Build with AI'
  2. Enter the workflow description and click on 'Create'
  3. Verify redirection to /editor/ai
  4. Verify that you see the multi-step loader while the steps are being generated
  5. Review the generated workflow steps in the preview
  6. Test the "Make changes" button to modify the prompt and regenerate the workflow
  7. Verify that nested structures (If-Then, ForEach) display correctly

Copy link
Contributor Author

kevinkim-ogp commented Dec 9, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants