From b4cb2bc7fb0404c9c863fcca8ec26f9f975609a9 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 --- citation.cff | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 citation.cff diff --git a/citation.cff b/citation.cff new file mode 100644 index 0000000..a571b04 --- /dev/null +++ b/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