| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| GenAI Processors 1.1.0 source code.tar.gz | 2025-08-01 | 196.9 kB | |
| GenAI Processors 1.1.0 source code.zip | 2025-08-01 | 285.2 kB | |
| README.md | 2025-08-01 | 494 Bytes | |
| Totals: 3 Items | 482.6 kB | 0 | |
- core.window.Window: apply a processor to a rolling window across the stream.
- Models output dataclass Parts when constrained decoding is used. This greatly simplifies writing pipelines that extract data on intermediate steps. Now the whole response will be in a single Part and accessible as
part.get_dataclass(MyData). - Added a text-based turn-by-turn chat example with multimodal support through downloading images or PDFs by their URLs.
- Add GenAILangChainProcessor to contrib.