Packages
beamlens_web
0.1.0-beta.2
A Phoenix LiveView dashboard for monitoring BeamLens operators and coordinator activity.
Current section
Files
Jump to
Current section
Files
priv/baml_src/beamlens_web.baml
// BeamlensWeb BAML definitions
// Note: This placeholder client is overridden at runtime via client_registry
retry_policy DefaultRetry {
max_retries 3
strategy {
type exponential_backoff
delay_ms 200
multiplier 1.5
max_delay_ms 10000
}
}
client<llm> Default {
provider anthropic
options {
model "claude-haiku-4-5"
}
}