feat: add workflow template model and initialization logic
- Created WorkflowTemplate model with schema for workflow nodes and templates.
- Implemented initializeDefaultWorkflows function to import default workflow from JSON file if it doesn't already exist.
- Added error handling to ensure application continues running even if workflow import fails.