Boundary avatar

Boundary

Official

@BoundaryML

0Followers
|
76Public Repos
|
1Published Skills

Boundary maintains BAML, a statically typed expression language for typed model functions, structured outputs, and evals across production services.

Skills Distribution
DomainDeveloper To...Language Design & .. (40%)Model Function Def.. (25%)Evaluation & Regre.. (20%)Compiler Runtime I.. (15%)

Agent Skills by Boundary

Showing 1 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Boundary

FAQPage Schema
What tasks does Boundary's baml-core skill enable?▼

It enables authoring BAML definitions: statically typed, expression-oriented model functions with snake_case methods, structured outputs, and evals. Teams can express function contracts, generate deterministic calls, and check behavior changes during development without leaving the BAML language model.

Who should use baml-core?▼

Backend engineers, platform engineers, and applied model engineers who need typed contracts around model calls should use it. It fits teams maintaining production services where schemas, eval coverage, and versioned function behavior matter more than ad hoc prompt strings.

How do I run baml-core in practice?▼

Add the baml-core skill, write BAML files with typed functions, then compile with the pinned toolchain version 0.18.1-nightly.20260906.a. Use the generated artifacts in your service path and run evals before promoting changes to shared environments.

Is baml-core open source or paid?▼

The provided manifest does not state a license, repository terms, or price. Treat licensing and cost as unverified until Boundary's repository or boundaryml.com is checked directly. The only confirmed metadata is the BAML toolchain nightly version.

What prerequisites are required for baml-core?▼

You need the BAML toolchain matching 0.18.1-nightly.20260906.a, a project that can store BAML definitions, and runtime access to the model endpoints referenced by those functions. No other dependency, package manager, or framework is named in the manifest.