BoundaryML
baml
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Merge remote-tracking branch 'origin/canary' into aaron/bridge_cffi
aaron/bridge_cffi
4 minutes ago
baml-language: implement specialize_prompt (#3052) <!-- MENDRAL_SUMMARY --> --- > [!NOTE] > Implements `specialize_prompt` operation for LLM clients, applying provider-specific transformations (message merging, system prompt consolidation, metadata filtering) based on model capabilities. > > <sup>Written by [Mendral](https://mendral.com) for commit b092e5c13a6baff3bfb94b2f1a25dad2153d86ae.</sup> <!-- /MENDRAL_SUMMARY -->
canary
12 minutes ago
Detect class and type alias cycles in the new compiler (#3051) <!-- MENDRAL_SUMMARY --> --- > [!NOTE] > Adds cycle detection for type aliases and classes in the new compiler, distinguishing between structural recursion (through maps/lists, allowed) and non-structural recursion (error). Implements Tarjan's algorithm for SCC detection and integrates validation into the TIR phase. > > <sup>Written by [Mendral](https://mendral.com) for commit 6a0f0a34ac4f333b7c5548c3c3a979787d1fb141.</sup> <!-- /MENDRAL_SUMMARY -->
canary
13 minutes ago
Fix kwargs order
aaron/bridge_cffi
17 minutes ago
Merge remote-tracking branch 'origin/canary' into aaron/bridge_cffi
aaron/bridge_cffi
22 minutes ago
feat(render_prompt): implement end-to-end render_prompt flow Completes the proof of concept for running BAML builtin code by making baml.llm.render_prompt work end-to-end. The flow now correctly: - Calls get_jinja_template to retrieve the template - Calls get_client_function to get the client's $options function - Resolves the client definition to get a PrimitiveClient - Renders the Jinja template with provided arguments Key changes: - Remove #[hide] from baml.llm module to make builtins visible to MIR - Add get_client_function to the builtins macro definition - Add SysOp::LlmClientDefinitionResolve and handlers - Fix compile_source_with_schema to detect LLM functions - Add PromptAst conversion in vm_value_to_external - Add comprehensive tests for the render_prompt flow
feat/render-prompt-orchestrator
33 minutes ago
remove panic
greg/cycles
33 minutes ago
use thiserror
aaron/bridge_cffi
43 minutes ago
Active Branches
create initial cffi bridge
last run
4 minutes ago
#3018
CodSpeed Performance Gauge
+1%
Baml builtins compiler infra + `render_prompt` proof of concept
last run
33 minutes ago
#3050
CodSpeed Performance Gauge
-44%
Sam/rp10
last run
2 days ago
#3027
CodSpeed Performance Gauge
-1%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs