• v0.1.0 3e104905b7

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 11s
    CI / lint (push) Failing after 6s
    CI / build (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-02-05 20:56:40 +00:00 | -10 commits to main since this release

    Initial Release

    First release of Local LLM Prompt Manager - A CLI tool for developers to manage, organize, version control, and share local LLM prompts and configurations.

    Features

    • Create & Manage Prompts in YAML format
    • Tagging System for organization
    • Powerful Search capabilities
    • Jinja2-style Template System
    • Git Integration for commit message generation
    • LLM Integration with Ollama and LM Studio
    • Import/Export functionality

    Installation

    pip install -e .
    

    Quick Start

    llm-prompt prompt create my-prompt --template "Hello {{ name }}" --description "Greeting"
    llm-prompt run my-prompt --var name="World"
    
    Downloads