- 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| conftest.py | ||
| test_builder.py | ||
| test_cli.py | ||
| test_config.py | ||
| test_graph.py | ||
| test_providers.py | ||
| test_resolve.py | ||
| test_state.py | ||