hokusai/bulkgen
Konstantin Fickel d0dac5b1bf
Some checks failed
Continuous Integration / Build Package (push) Successful in 30s
Continuous Integration / Lint, Check & Test (push) Failing after 38s
refactor: move model definitions into providers and extract resolve module
- Rename ImageProvider to BlackForestProvider, TextProvider to MistralProvider
- Add get_provided_models() abstract method to Provider base class
- Move model lists from models.py into each provider's get_provided_models()
- Add providers/registry.py to aggregate models from all providers
- Extract infer_required_capabilities and resolve_model from config.py to resolve.py
- Update tests to use new names and import paths
2026-02-15 11:03:57 +01:00
..
providers refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
__init__.py feat: scaffold project structure with package dirs and mistralai dependency 2026-02-13 20:07:08 +01:00
builder.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
cli.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
config.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
graph.py feat: support multiple reference images with model-aware API mapping 2026-02-14 17:19:54 +01:00
resolve.py refactor: move model definitions into providers and extract resolve module 2026-02-15 11:03:57 +01:00
state.py refactor: switch to basedpyright, remove pydantic-settings 2026-02-13 20:25:28 +01:00