Skip to content

lmnr-ai/lmnr-baml

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Laminar BAML

This is a hard fork of BoundaryML's BAML.

This is a very stripped down version that does only:

  • Schema validation
  • LLM prompting (for structured output)
  • LLM output parsing (validation against schema)

The only required types from BAML AST for this are:

  • Enum
  • Class

and their dependencies.

Laminar's use cases are limited to that, so the rest of the library was removed.

However, we need to interface those functions with Python, so this library exposes a few more interfaces through Pyo3.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published