From 039ea6db39716d2a1945ae6c5532ce1527a7e93e Mon Sep 17 00:00:00 2001 From: Philipp Burckhardt Date: Wed, 21 Jun 2023 22:27:26 -0400 Subject: [PATCH] docs: add citation file --- legacy/citation.cff | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 legacy/citation.cff diff --git a/legacy/citation.cff b/legacy/citation.cff new file mode 100644 index 00000000..a571b04a --- /dev/null +++ b/legacy/citation.cff @@ -0,0 +1,30 @@ +cff-version: 1.2.0 +title: Agentic +message: >- + If you use this software, please cite it using the + metadata from this file. + +type: software + +authors: + - given-names: Travis + family-names: Fischer + email: travis@transitivebullsh.it + - given-names: Philipp + family-names: Burckhardt + email: pburckhardt@outlook.com + +repository-code: https://github.com/transitive-bullshit/agentic +url: https://github.com/transitive-bullshit/agentic + +abstract: | + Build reliable AI Agents with TypeScript. + +keywords: +- AI +- Agents +- TypeScript + +license: MIT + +date-released: 2023