From 5041454f89e87f24603345f17f96d90592ec8db4 Mon Sep 17 00:00:00 2001 From: mwakidenis Date: Thu, 23 Jul 2026 06:07:02 +0300 Subject: [PATCH] docs: Add CITATION.cff for software citation metadata (#5142) --- CITATION.cff | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 000000000..d49bdf0ef --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,27 @@ +cff-version: 1.2.0 +message: "If you use this software, please cite it using these metadata." +title: "OpenHuman" +type: "software" +authors: + - name: "tinyhumansai" + - name: "OpenHuman Contributors" +repository-code: "https://github.com/tinyhumansai/openhuman" +url: "https://github.com/tinyhumansai/openhuman" +abstract: "OpenHuman is an open‑source AI platform for building and orchestrating autonomous agents and workflows." +license: "GPL-3.0" +version: "0.63.1" +date-released: "2026-07-21" +keywords: + - "ai" + - "agents" + - "workflows" + - "orchestration" + - "openhuman" +preferred-citation: + type: "software" + title: "OpenHuman" + authors: + - name: "tinyhumansai" + year: "2026" + url: "https://github.com/tinyhumansai/openhuman" + version: "0.63.1"