3 Commits

Author SHA1 Message Date
Nikhil-Doye 127aab67b0 Update .gitignore and remove build artifacts
- Added 'build' directory to .gitignore to prevent tracking of build outputs.
- Deleted obsolete build files including asset-manifest.json, demo-workflows.json, index.html, and associated CSS and JS files, streamlining the project structure and reducing clutter.
2025-10-17 21:18:07 -04:00
Nikhil-Doye dd4add28ea Update project configuration and enhance workflow execution
- Added .env to .gitignore to prevent sensitive data exposure.
- Updated package.json and package-lock.json to include OpenAI SDK version 6.3.0.
- Enhanced NodeConfiguration component to support additional model options for AI tasks.
- Modified TestingPanel to accept test input for workflow execution.
- Improved WorkflowToolbar with OpenAI configuration button and modal.
- Refactored workflow execution logic to handle test inputs and added processing functions for various node types.
2025-10-14 20:33:53 -04:00
Nikhil-Doye 863389e3e5 first commit 2025-10-14 20:08:03 -04:00