From ccffd91557922f0c743c79546b58f2fa09fb4c38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emre=20=C5=9Eafak?= <3928300+esafak@users.noreply.github.com> Date: Sun, 13 Jul 2025 11:05:27 -0400 Subject: [PATCH] add seance (#3074) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A CLI tool and library for interacting with various LLMs Co-authored-by: Emre Şafak --- packages.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages.json b/packages.json index bbcd8ca..8219ad4 100644 --- a/packages.json +++ b/packages.json @@ -35763,5 +35763,15 @@ "description": "Nim wrapper for the Nationalize.io API", "license": "GPL-3.0-only", "web": "https://github.com/nemuelw/nationalize" + }, + { + "name": "seance", + "url": "https://github.com/esafak/seance", + "method": "git", + "tags": [ + "llm" + ], + "license": "MIT", + "description": "A CLI tool and library for interacting with various LLMs" } ]