genai-processors — Gemini AI Agent
    Neura MarketNeura Market/Gemini
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsGamesBlogVideosGuidesCoursesCommunityGemsExtensionsTrending
    GeminiAgentsgenai-processors
    Back to Agents
    genai-processors

    genai-processors

    google-gemini April 29, 2025
    2,107 copies 0 downloads

    GenAI Processors is a lightweight Python library that enables efficient, parallel content processing.

    GenAI Processors Library 📚

    License PyPI version Documentation

    Build Modular, Asynchronous, and Composable AI Pipelines for Generative AI.

    GenAI Processors is a lightweight Python library that enables efficient, parallel content processing. It addresses the fragmentation of LLM APIs through three core pillars:

    1. Unified Content Model: A single, consistent representation for inputs and outputs across models, agents, and tools.
    2. Processors: Simple, composable Python classes that transform content streams using native asyncio.
    3. Streaming: Asynchronous streaming capabilities built-in by default, without added plumbing complexity.

    At the ecosystem's core lies the Processor, which encapsulates a unit of work. Through a "dual-interface" pattern, it handles the complexity of asynchronous, multimodal data streaming while exposing a simple API to developers:

    from typing import AsyncIterable
    from genai_processors import content_api
    from genai_processors import processor
    
    class EchoProcessor(processor.Processor):
      # The PRODUCER interface (for the processor author):
      # Takes a robust ProcessorStream as input, and yields part types.
      async def call(
          self, content: content_api.ProcessorStream
      ) -> AsyncIterable[content_api.ProcessorPartTypes]:
          # Process content as it streams in!
          async for part in content:
              yield part
    

    Applying a Processor is just as straightforward. The CONSUMER interface accepts wide, forgiving input types and returns a powerful stream that can be awaited entirely or streamed chunk-by-chunk:

    # The CONSUMER interface (for the caller):
    # Provide input effortless
    

    Tags

    agentaiasynciogeminigenaigenerative-ailanguage-modelmultimodalpythonrealtime

    Comments

    More Agents

    View all
    Agentsmithagentic-ai

    Agentsmith

    Universal, model-agnostic operating harness for AI agents (Claude, Codex, Gemini, …) — a lean core + work-type profiles assembled by one setup script.

    P
    PromptPartner
    308
    Awesome Gamedev Agent Skillsagent-skills

    Awesome Gamedev Agent Skills

    Game-development Agent Skills for AI coding agents: install once and a master router loads the right skill for your engine and task. 66 original, version-pinned skills (plus a master router) in the portable SKILL.md format that runs across Claude Code, Cursor, Codex, Copilot, Gemini CLI and more, for Godot, Unity, Unreal, web and beyond.

    G
    gamedev-skills
    303
    Agentpetai-agents

    Agentpet

    A desktop pet for macOS & Windows that monitors your AI coding agents (Claude Code, Codex, Cursor, Gemini...) in real time, and grows as you code, feed it tokens, level it up, climb the leaderboard.

    N
    ntd4996
    279
    UltraGameStudioai-agent

    UltraGameStudio

    UltraGameStudio - AI coding agent for game development: engine workflows, gameplay code, and asset generation.

    W
    wellingfeng
    260
    Zeroai

    Zero

    The coding agent that answers to you, your model, your machine, your rules.

    G
    Gitlawb
    1,099
    Lucarneagent-bridge

    Lucarne

    Stop babysitting local AI agents. Just notifications, approve, and resume your Codex,Pi,Grok, or Claude code sessions anywhere. 0-Intrusion mobile control bridge via Telegram/微信/飞书. No hooks, no skills, no MCP.

    T
    tuchg
    314

    Stay up to date

    Get the latest Gemini prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Gemini and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.

    Neura Market

    Custom AI Systems & Services

    Our team of experienced AI builders will help build custom AI systems, workflows, and solutions for your business.

    Request custom work

    Ready-made automations for this

    Workflows from the Neura Market marketplace related to this Gemini resource

    • Message Buffer System with Redis for Efficient Processingn8n · $14.99 · Related topic
    • Explore Sequential, Agent-Based, and Parallel LLM Processing with Claude 3.7n8n · $24.99 · Related topic
    • Payment Processing and Order Tracking with YooKassa and Google Sheetsn8n · $24.99 · Related topic
    • AI-Powered RAG Document Processing & Chatbot with Google Drive, Supabase, OpenAIn8n · $24.99 · Related topic
    Browse all workflows