hokusai/bulkgen
Konstantin Fickel 6a9d7efd5d
All checks were successful
Continuous Integration / Build Package (push) Successful in 34s
Continuous Integration / Lint, Check & Test (push) Successful in 53s
fix: send images to Mistral as base64 vision chunks instead of placeholders
The text provider now includes reference_images alongside inputs when
building prompts. Image files are sent as base64 data URLs via
ImageURLChunk for actual multimodal vision support, replacing the
previous [Attached image: ...] placeholder text.
2026-02-14 17:45:39 +01:00
..
providers fix: send images to Mistral as base64 vision chunks instead of placeholders 2026-02-14 17:45:39 +01:00
__init__.py feat: scaffold project structure with package dirs and mistralai dependency 2026-02-13 20:07:08 +01:00
builder.py feat: support multiple reference images with model-aware API mapping 2026-02-14 17:19:54 +01:00
cli.py refactor: switch to basedpyright, remove pydantic-settings 2026-02-13 20:25:28 +01:00
config.py feat: support multiple reference images with model-aware API mapping 2026-02-14 17:19:54 +01:00
graph.py feat: support multiple reference images with model-aware API mapping 2026-02-14 17:19:54 +01:00
state.py refactor: switch to basedpyright, remove pydantic-settings 2026-02-13 20:25:28 +01:00