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:
Luis Higino 2026-01-11 18:50:24 +00:00 committed by Danny Milosavljevic
parent ecd597ab52
commit e610fa5557
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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")