#113 · Primary category: LLM Application Frameworks
genai-processors
GenAI Processors is a lightweight Python library that enables efficient, parallel content processing.
Project last updated:08/04/26
GitHub Stars
2.1K
Forks
227
Contributors
16
License
Apache-2.0
Why we included this project
Gemini developers who keep writing the same async glue around every model call will get more mileage out of this library. Everything flows through one content model, and a Processor is just a small unit that turns an incoming stream into outgoing parts, so you can chain units together or run several in parallel to build bigger pipelines and agent behaviors. asyncio is the default rather than an afterthought, so concurrent calls and streaming output need no extra plumbing. The included processors cover ordinary turn-based model calls and the Live API for real-time audio-in/audio-out interaction, and you can write custom processors as plain functions or by subclassing the base classes. It is a lightweight alternative to the heavier orchestration frameworks, and teams already invested in Gemini should find the composition model handy for research agents and live apps.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
langchain
The agent engineering platform.
dify
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
headroom
Compress tool outputs, logs, files, and RAG chunks before they reach the LLM. 20% fewer tokens for coding agents, 60-95% fewer tokens for JSON, same answers. Library, proxy, MCP server.
litellm
The fastest, litest AI Gateway. Rust core with Python SDK. Call 100+ LLM APIs in OpenAI (or native) format with cost tracking, guardrails, load balancing, and logging [Bedrock, Azure, OpenAI, Anthropic, OpenAI, VertexAI, vLLM, Nvidia NIM]
llama_index
LlamaIndex is the leading document agent and OCR platform