selectools — Gemini Agents | Neura Market
    Neura MarketNeura Market/Gemini
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityGemsExtensionsTrendingGenerate
    GeminiAgentsselectools
    Back to Agents
    selectools

    selectools

    johnnichev December 5, 2025
    9 copies 0 downloads

    Production-ready Python framework for AI agents with built-in guardrails, audit logging, cost tracking, and hybrid RAG. Supports OpenAI, Anthropic, Gemini, Ollama. By NichevLabs.

    Agent Definition
    ```
    ┌─┐┌─┐┬  ┌─┐┌─┐┌┬┐┌─┐┌─┐┬  ┌─┐
    └─┐├┤ │  ├┤ │   │ │ ││ ││  └─┐
    └─┘└─┘┴─┘└─┘└─┘ ┴ └─┘└─┘┴─┘└─┘
    ```
    
    [![PyPI](https://img.shields.io/pypi/v/selectools?color=06b6d4&label=pypi)](https://pypi.org/project/selectools/)
    [![Downloads](https://static.pepy.tech/badge/selectools/month)](https://pepy.tech/projects/selectools)
    [![CI](https://github.com/johnnichev/selectools/actions/workflows/ci.yml/badge.svg)](https://github.com/johnnichev/selectools/actions/workflows/ci.yml)
    [![Docs](https://img.shields.io/badge/docs-selectools.dev-06b6d4)](https://selectools.dev)
    [![Python](https://img.shields.io/pypi/pyversions/selectools?color=06b6d4)](https://pypi.org/project/selectools/)
    [![License](https://img.shields.io/badge/license-Apache_2.0-blue)](https://www.apache.org/licenses/LICENSE-2.0)
    [![Evaluators](https://img.shields.io/badge/evaluators-50-06b6d4)](https://selectools.dev/modules/EVALS/)
    
    An open-source project from **[NichevLabs](https://nichevlabs.com)**.
    
    **Multi-agent orchestration in plain Python.** Build agent graphs, compose pipelines with `|`, deploy with one command. No DSL, no compile step, no paid debugger. Works with OpenAI, Anthropic, Gemini, and Ollama.
    
    ### 3 Ways to Build
    
    ```python
    # 1. Single agent — 5 lines
    agent = Agent(tools=[search, calculate], provider=OpenAIProvider())
    result = agent.run("What is 15 * 7?")
    
    # 2. Multi-agent graph — 1 line
    result = AgentGraph.chain(planner, writer, reviewer).run("Write a blog post")
    
    # 3. Deploy — 1 command
    # selectools serve agent.yaml
    ```
    
    ## What's New in v0.22
    
    ### v0.22.0 — Competitor-Informed Bug Fixes
    
    22 bugs identified by mining 95+ closed bug reports from [Agno](https://github.com/agno-agi/agno) (39k stars) and 60+ from [PraisonAI](https://github.com/MervinPraison/PraisonAI) (6.9k stars), then cross-referencing the patterns against selectools v0.21.0 source code. Six were shipping blockers. All 22 are now fixed with TDD regression tests.
    
    ```python
    # BUG-02: typing.Literal now supported in @tool()
    from typi

    Tags

    agent-frameworkai-agentsai-safetyanthropicenterprise-aievalsgeminiguardrailslangchain-alternativellm

    Comments

    More Agents

    View all
    research

    NotebookLM

    Google's AI-powered research notebook that ingests your documents and becomes an expert on your content. Generates audio overviews, study guides, FAQs, and interactive discussions from uploaded sources.

    G
    Google
    browser

    Project Mariner (Browser Agent)

    Google DeepMind's experimental AI agent that can navigate websites, fill forms, and complete multi-step browser tasks autonomously. Uses Gemini's multimodal understanding to interact with web interfaces.

    G
    Google DeepMind
    multimodal

    Project Astra (Multimodal Agent)

    Google DeepMind's universal AI assistant prototype that can see, hear, and respond in real-time through your device camera and microphone. Demonstrates the future of multimodal AI interaction.

    G
    Google DeepMind
    enterprise

    Gemini Enterprise Agent Platform

    Google Cloud's enterprise platform for building, deploying, and managing AI agents powered by Gemini. Supports multi-agent orchestration, tool integration, and enterprise governance.

    G
    Google Cloud
    research

    Gemini Deep Research Agent

    Gemini's agentic research capability that autonomously browses the web, synthesizes information from dozens of sources, and produces comprehensive research reports on any topic.

    G
    Google
    canvas

    Gemini Canvas Agent

    Interactive coding and content creation agent that generates, previews, and iterates on code, documents, and interactive applications in a side panel. Supports HTML/CSS/JS, Python, and more.

    G
    Google

    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.