ForcePilot/src
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
..
agents feat(agent): implement text-to-img tool with MinIO storage 2025-09-02 14:00:06 +08:00
config refactor: 清理未使用的导入和优化代码格式 2025-09-02 01:08:42 +08:00
knowledge refactor: 清理未使用的导入和优化代码格式 2025-09-02 01:08:42 +08:00
models refactor: 清理未使用的导入和优化代码格式 2025-09-02 01:08:42 +08:00
plugins refactor: 清理未使用的导入和优化代码格式 2025-09-02 01:08:42 +08:00
static feat(ui): 重构登录页和主页UI设计,优化品牌信息配置 2025-08-08 22:57:14 +08:00
utils feat(agent): implement text-to-img tool with MinIO storage 2025-09-02 14:00:06 +08:00
__init__.py stylle: 使用更加严格的风格检查以及代码格式化方法 2025-09-01 22:37:03 +08:00
.env.template docs: 更新 README 文档等 2025-07-21 19:48:15 +08:00