hokusai/bulkgen
Konstantin Fickel 15fdff7763
feat: add Mistral text generation provider
- Uses native async API (chat.complete_async)
- Appends text input file contents to prompt with headers
- Notes image inputs as attached references
- Writes raw LLM response directly to output file
2026-02-13 20:12:45 +01:00
..
providers feat: add Mistral text generation provider 2026-02-13 20:12:45 +01:00
__init__.py feat: scaffold project structure with package dirs and mistralai dependency 2026-02-13 20:07:08 +01:00
config.py feat: add pydantic config models for YAML parsing 2026-02-13 20:07:44 +01:00
graph.py feat: add networkx dependency graph construction 2026-02-13 20:08:53 +01:00
state.py feat: add incremental build state tracking 2026-02-13 20:08:16 +01:00