Skip to content
View tagny's full-sized avatar

Block or report tagny

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. bash prompt customization: prefixing... bash prompt customization: prefixing with git branch, poetry or pyenv version/virtualenv
    1
    #### git branch and pyenv-virtualenv bash prompt customization
    2
    # Git branch in prompt.  https://stackoverflow.com/questions/15883416/adding-git-branch-on-the-bash-command-prompt
    3
    get_git_branch() {
    4
        git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/'
    5
    }
  2. tagny-mcp-server tagny-mcp-server Public

    web search, URL text fetching, and more to enhance locally served LLMs

    Python 1

  3. quechoisir-comparator-scrapers quechoisir-comparator-scrapers Public

    Implementing Airflow ETL pipelines with DockerOperator to daily scrap the free comparators of the website www.quechoisir.org . The data is stored to a cloud storage service (e.g. Google cloud BigQu…

    Python

  4. ADK LM Studio HelloWorld Agent - Thi... ADK LM Studio HelloWorld Agent - This is a simple example of an agent that uses a model hosted on a LM Studio endpoint.
    1
    """ADK LM Studio HelloWorld Agent
    2
    3
    This is a simple example of an agent that uses a model hosted on a LM Studio endpoint.
    4
    5
    Usage:
  5. A complete example to use streamlit-... A complete example to use streamlit-authenticator to add log in and log out feature to a streamlit app.
    1
    """This script is a complete example to use streamlit-authenticator to add log in and log out
    2
    feature to a streamlit app.
    3
    4
    # 1. Setup
    5