Skip to content

Instantly share code, notes, and snippets.

View clroot's full-sized avatar

clroot clroot

  • Seoul
View GitHub Profile
@clroot
clroot / open_webui_hermes_runs_pipe.py
Created May 15, 2026 17:31
Open WebUI Pipe for Hermes Agent /v1/runs
"""
title: Hermes Agent Runs Pipe
author: Hermes Agent
description: Open WebUI Pipe that talks to Hermes Agent's reconnectable /v1/runs API instead of /v1/chat/completions.
version: 0.1.0
requirements: httpx, pydantic
"""
from __future__ import annotations
@clroot
clroot / install-node.sh
Last active February 9, 2023 05:38
Install on ubuntu
# Using Ubuntu
curl -fsSL https://deb.nodesource.com/setup_current.x | sudo -E bash -
sudo apt-get install -y nodejs