From 478850d36131260592c86602c0c1338d575d3634 Mon Sep 17 00:00:00 2001 From: "Saad A. Bazaz" Date: Mon, 27 Apr 2026 02:27:14 +0500 Subject: [PATCH] Revise CITATION.cff with new metadata Updated author information, version number, release date, and added repository details. --- CITATION.cff | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..06122b7 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,13 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "hexdocom" + given-names: "" +title: "lemonai" +version: 0.5.1 +doi: 10.5281/zenodo.1234 +date-released: 2025-11-17 +url: "https://github.com/hexdocom/lemonai" +repository-code: "https://github.com/hexdocom/lemonai" +abstract: "Lemon AI is a full-stack open-source self-evolving general AI agent framework that runs locally, enabling autonomous task execution, code generation, and data analysis." +license: "Apache-2.0"