| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| GenAI Processors 1.0.1 source code.tar.gz | 2025-06-20 | 121.5 kB | |
| GenAI Processors 1.0.1 source code.zip | 2025-06-20 | 173.7 kB | |
| README.md | 2025-06-20 | 629 Bytes | |
| Totals: 3 Items | 295.9 kB | 0 | |
Adds the Switch operation for processors, similar to a std switch statement.
Core processors additions:
- text_to_speech and speech_to_text processor using Google Cloud APIs
- realtime processor to create a live aka realtime processor from a turn-based LLM (audio in/out only)
- pdf processor to work with PDF files and extract tokens for LLMs
- drive processor to get documents from Google Drive (sheets, slides and docs)
- github processor to get code from github
- jinja processor to create prompts from classes
Examples: - several CLIs to test processors from the CLI (including live and realtime processors)