mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: Add emacs-acp.
* gnu/packages/emacs-xyz.scm (emacs-acp): New variable. Change-Id: I392a5ac6a04b2a72c26ce674ee7877d4cf24d1de Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com>
This commit is contained in:
parent
ecd597ab52
commit
e610fa5557
1 changed files with 23 additions and 0 deletions
|
|
@ -1058,6 +1058,29 @@ for multiple backends.")
|
|||
"Dall-e Shell is a comint-based Dall-e shell for Emacs.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-acp
|
||||
(let ((commit "7b67facc657a7388a53ea8bba5d6e7eba20fa3e0"))
|
||||
(package
|
||||
(name "emacs-acp")
|
||||
(version "0.8.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/xenodium/acp.el")
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0znm5qihx2qy3hgw0idg8j7bnhz8k3yaadff3y6696qckdh0qlnr"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/xenodium/acp.el")
|
||||
(synopsis "@acronym{ACP, Agent Client Protocol} for Emacs")
|
||||
(description
|
||||
"This package implements the @uref{https://agentclientprotocol.com/,
|
||||
Agent Client Protocol} (ACP) for Emacs, a standardized protocol for
|
||||
communicating with LLM agents.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-geiser-guile
|
||||
(package
|
||||
(name "emacs-geiser-guile")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue