From ed6f5c96ee5d8ac51d9bb2257287d791538c5bd0 Mon Sep 17 00:00:00 2001 From: Denis Drobyshev Date: Mon, 10 Aug 2026 22:21:48 +0300 Subject: [PATCH] Add a citation file GitHub reads CITATION.cff and offers BibTeX and APA from the sidebar. Without it, anyone citing this repository invents a format, and they each invent a different one. No version or date-released field: both go stale the moment a release lands, and a citation file that disagrees with the latest tag is worse than one that never mentions a version. --- CITATION.cff | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000..97b0a8f --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,20 @@ +cff-version: 1.2.0 +title: >- + mlango — a batteries-included framework for machine learning, analytics and LLM agents +message: >- + If you use mlango in work you publish, please cite it using this entry. +abstract: >- + A framework applying Django's declarative philosophy to machine learning. Datasets, models, agents and evaluations are declared as classes; the framework runs, versions and records them, and generates an admin interface, a documented HTTP endpoint, a migration and a CLI target from the same declaration. +authors: + - family-names: Drobyshev + given-names: Denis +repository-code: https://github.com/DrobyshevDev/mlango +url: https://github.com/DrobyshevDev/mlango +license: MIT +keywords: + - machine-learning + - mlops + - framework + - llm-agents + - experiment-tracking + - python