IAV-977/ Centralize integration steps documentation and refactor AI agent wizards
Description
This MR introduces two major improvements to the integration system:
Integration Steps Documentation
- Created a centralized JSON/Markdown file containing all integration steps
- Added documentation links for each integration agent
- Implemented a single source of truth for integration workflows
- Made integration steps easily maintainable and scalable
AI Agent Wizards Refactoring
- Refactored all AI agent wizards to use a shared base component
- Reduced code duplication
- Improved maintainability and testability