feat: add automatic post generation feature with AI-generated images and captions
- Introduced new endpoint for generating automatic posts in ideas-endpoints.ts.
- Updated ideas-store.ts to include generateAutomaticPost function for handling requests.
- Enhanced CreatePostDialog component to support automatic post generation, including error handling and loading states.
- Modified SelectGalleryDialog to fetch gallery data based on agent UID and display loading/error states.
- Added new types for automatic post generation requests and responses in community-manager.ts.
Closes IAV-692