ForcePilot/src/agents
Wenjie Zhang 08ac557028 feat(agent): implement text-to-img tool with MinIO storage
Adds a new agent tool `text_to_img` that generates a placeholder image
from text and uploads it to a MinIO server, returning a public URL.

Key changes:
- Adds `minio` and `Pillow` to project dependencies.
- Creates a reusable MinIO utility module in `src/utils/minio_utils.py`
  to handle file uploads and bucket management.
- Refactors the agent tool to use this new utility, separating concerns
  and simplifying the tool's implementation.
- Replaces the previous hardcoded URL with a real, functional image
  upload process.
2025-09-02 14:00:06 +08:00
..
chatbot feat(agent): implement text-to-img tool with MinIO storage 2025-09-02 14:00:06 +08:00
common refactor: 清理未使用的导入和优化代码格式 2025-09-02 01:08:42 +08:00
react refactor: 清理未使用的导入和优化代码格式 2025-09-02 01:08:42 +08:00
__init__.py stylle: 使用更加严格的风格检查以及代码格式化方法 2025-09-01 22:37:03 +08:00