unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70585] [PATCH] gnu: Add emacs-ellama.
@ 2024-04-26  7:10 Roman Scherer
  2024-05-09  9:59 ` Liliana Marie Prikler
  0 siblings, 1 reply; 2+ messages in thread
From: Roman Scherer @ 2024-04-26  7:10 UTC (permalink / raw)
  To: 70585
  Cc: Roman Scherer, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-ellama): New variable.

Change-Id: I47bf40971adca845aa132d08f59cd083154bec0e
---
 gnu/packages/emacs-xyz.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

This package depends on the emacs-llm package, which I submitted previously at bug#70584.

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 8c712612b6..4945cee411 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4957,6 +4957,31 @@ (define-public emacs-elf-mode
 that the binary uses instead of the actual binary contents.")
     (license license:gpl3+)))

+(define-public emacs-ellama
+  (package
+    (name "emacs-ellama")
+    (version "0.9.1")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/s-kostyaev/ellama")
+                    (commit version)))
+              (file-name (git-file-name name version))
+              (sha256 (base32
+                       "1nwwqvl91c65r45yxa2dcl4a41r3ahw6294h79riya48nrp8kn54"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-dash emacs-llm emacs-spinner))
+    (home-page "https://github.com/s-kostyaev/ellama")
+    (synopsis "Tool for interacting with LLMs")
+    (description
+     "Ellama is a tool for interacting with large language models from Emacs.
+It allows you to ask questions and receive responses from the LLMs.  Ellama
+can perform various tasks such as translation, code review, summarization,
+enhancing grammar/spelling or wording and more through the Emacs interface.
+Ellama natively supports streaming output, making it effortless to use with
+your preferred text editor.")
+    (license license:gpl3+)))
+
 (define-public emacs-org-fc
   (package
     (name "emacs-org-fc")

base-commit: bf984c5c80f460f36298f46b0389d4341086b47c
--
2.41.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#70585] [PATCH] gnu: Add emacs-ellama.
  2024-04-26  7:10 [bug#70585] [PATCH] gnu: Add emacs-ellama Roman Scherer
@ 2024-05-09  9:59 ` Liliana Marie Prikler
  0 siblings, 0 replies; 2+ messages in thread
From: Liliana Marie Prikler @ 2024-05-09  9:59 UTC (permalink / raw)
  To: 70585

Pushed as 73818c254b8a833dc474105b9c3fb66b86227fc4.

Cheers




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-09  9:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-26  7:10 [bug#70585] [PATCH] gnu: Add emacs-ellama Roman Scherer
2024-05-09  9:59 ` Liliana Marie Prikler

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).