Required prerequisites
Motivation
It's an sub_issue of #47
Enable agents to generate or reference images when performing actions like CREATE_POST or CREATE_COMMENT.
Solution
- Extend action arguments for CREATE_POST and CREATE_COMMENT with optional fields such as media_url or generate_image_prompt.
- Integrate image generation tools (e.g., DALL·E, Stable Diffusion) into agent logic so that they can produce images based on textual prompts.
- Allow configuration options to select between pre-stored image URLs (e.g., from OSS/S3) or real-time image generation.
- Modify database structure to store metadata related to images and other media types.
Alternatives
No response
Additional context
No response