adh-cli — Gemini Agents | Neura Market
    Neura MarketNeura Market/Gemini
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityGemsExtensionsTrendingGenerate
    GeminiAgentsadh-cli
    Back to Agents
    adh-cli

    adh-cli

    allenhutchison September 28, 2025
    4 copies 0 downloads

    A policy-aware Terminal User Interface (TUI) for working with Google’s Gemini platform, combining a chat-forward experience with safe tool orchestration.

    Agent Definition
    # ADH CLI
    
    ADH CLI is a policy-aware Terminal User Interface (TUI) for working with Google’s Gemini / ADK platform. It combines a chat-forward experience with tool orchestration, safety checks, and human-in-the-loop confirmation so you can explore ideas safely from your terminal.
    
    ## Highlights
    - **Policy-aware orchestration** – Every tool call flows through a policy engine (`PolicyDecision`, safety pipeline, audit logging) before execution.
    - **Human-in-the-loop tooling** – The tool execution manager shows pending/active runs, supports confirmation and cancellation, and keeps a local history.
    - **Optional Google web tools** – Gemini’s built-in web search and URL context (requires Python 3.10+).
    - **Configurable agents** – Agents are defined in Markdown (`adh_cli/agents/`) and loaded at runtime with variable substitution and model overrides.
    - **Themed Textual UI** – Dark/light themes, command palette integrations, clipboard export, and keyboard-friendly chat navigation.
    - **XDG-compliant storage** – Config, policies, audit logs, and backups live under `~/.config/adh-cli/` via `ConfigPaths`.
    - **Well-tested codebase** – 300+ pytest cases cover core logic, UI widgets, policies, safety checks, and services.
    
    ## Quick Start
    
    ### Prerequisites
    - Python 3.10 or newer
    - [`uv`](https://github.com/astral-sh/uv) for fast, reproducible environments (pip works too)
    
    ### Clone & Install
    ```bash
    git clone https://github.com/allenhutchison/adh-cli.git
    cd adh-cli
    
    # Create and activate a virtual environment (uv recommended)
    uv venv
    source .venv/bin/activate  # Windows: .venv\Scripts\activate
    
    # Install the project with development extras
    uv pip install -e '.[dev]'
    # or use the task helper
    task install-dev
    ```
    
    ### First Run
    ```bash
    # Provide a Claude API key via env or .env
    export GOOGLE_API_KEY="your-api-key"  # or GEMINI_API_KEY
    
    # Launch the TUI
    adh-cli              # console script entry point
    # or use the task wrapper
    task run
    
    # Enable Textual dev tools
    task dev             

    Tags

    adkadk-pythonagentaigeminitextualtui

    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.