Skip to content

Commit 007034c

Browse files
Create citation cff file (BoundaryML#2580)
Add a `CITATION.cff` file to enable easy and standardized citation of the BAML project. --- [Slack Thread](https://gloo-global.slack.com/archives/C09F3QMJE9G/p1759779378413399?thread_ts=1759779378.413399&cid=C09F3QMJE9G) <a href="https://cursor.com/background-agent?bcId=bc-4c1e8f0b-60b5-49af-8311-0b31f1bdc470"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-cursor-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-cursor-light.svg"><img alt="Open in Cursor" src="https://cursor.com/open-in-cursor.svg"></picture></a>&nbsp;<a href="https://cursor.com/agents?id=bc-4c1e8f0b-60b5-49af-8311-0b31f1bdc470"><picture><source media="(prefers-color-scheme: dark)" srcset="https://cursor.com/open-in-web-dark.svg"><source media="(prefers-color-scheme: light)" srcset="https://cursor.com/open-in-web-light.svg"><img alt="Open in Web" src="https://cursor.com/open-in-web.svg"></picture></a> --------- Co-authored-by: Cursor Agent <[email protected]>
1 parent 5ea6adb commit 007034c

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

CITATION.cff

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
cff-version: 1.2.0
2+
message: "If you use BAML in your research or project, please cite it using the metadata from this file."
3+
type: software
4+
title: "BAML - A new programming language for building agents"
5+
abstract: "BAML is a simple prompting language for building reliable AI workflows and agents. BAML makes prompt engineering easy by turning it into schema engineering -- where you mostly focus on the models of your prompt -- to get more reliable outputs."
6+
authors:
7+
- name: "Boundary"
8+
9+
website: "https://www.boundaryml.com"
10+
repository-code: "https://github.com/BoundaryML/baml"
11+
url: "https://www.boundaryml.com"
12+
license: Apache-2.0
13+
version: 0.210.0
14+
date-released: "2025-10-06"
15+
keywords:
16+
- artificial-intelligence
17+
- llm
18+
- prompt-engineering
19+
- language
20+
- ai-agents
21+
- machine-learning
22+
- schema
23+
- prompting
24+
- openai
25+
- anthropic
26+
- structured-outputs
27+
references:
28+
- type: software
29+
title: "BAML Documentation"
30+
url: "https://docs.boundaryml.com"
31+
- type: software
32+
title: "BAML Prompt Fiddle"
33+
url: "https://www.promptfiddle.com"

0 commit comments

Comments
 (0)