IAV-848/feat(agent-workflow): Enhance E-commerce Workflow Template Retrieval and Agent Creation Process
Overview
This merge request introduces significant improvements to the agent workflow creation process, focusing on e-commerce platform template retrieval and workflow preparation.
Key Changes
-
🚀 Simplified workflow template retrieval for e-commerce platforms -
🔒 Improved type safety and error handling - 🧹 Removed deprecated agent creation methods
-
📝 Enhanced separation of concerns in agent workflow creation
Technical Enhancements
- Introduced
getWorkflowTemplateForEcommercePlatformmethod - Refactored workflow JSON preparation logic
- Improved credential replacement strategy
- Added more robust error handling and logging
Removed
- Deprecated agent creation methods
- Redundant workflow template retrieval logic
Breaking Changes
- Removal of legacy agent creation methods may require updates in dependent services
Closes IAV-848