This is the Linux app named GenAI Processors whose latest release can be downloaded as GenAIProcessors1.1.0sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named GenAI Processors with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
GenAI Processors
DESCRIPTION:
GenAI Processors is a lightweight Python library for building modular, asynchronous, and composable AI pipelines around Gemini. Its central abstraction is the Processor, a unit of work that consumes an asynchronous stream of parts (text, images, audio, JSON) and produces another stream, making it natural to chain operations and keep everything streaming end-to-end. Processors can be composed sequentially (to build multi-step flows) or in parallel (to fan-out work and merge results), which makes sophisticated agent behaviors easy to express with simple operators. The library offers built-in processors for classic turn-based Gemini calls as well as Live API streaming, so you can mix “batch” and real-time interactions in the same graph. It leans on Python’s asyncio to coordinate concurrency, handle network I/O, and juggle background compute threads without blocking.
Features
- Processor abstraction with async streams for text, image, audio, and JSON
- Easy composition with sequential chain and parallel fan-out operators
- Built-in processors for Gemini REST and Live API interactions
- Rich content parts with metadata, roles, and MIME information
- Stream utilities for splitting, concatenation, and merging
- Examples for research agents, real-time audio bots, and live commentary
Programming Language
Python
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/genai-processors.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.