Skip to content

Python API

These pages are generated from the docstrings in laya/, so they change with the code. Apart from ONNXAgent, every name below can be imported from the top-level package, for example from laya import Router.

  • Agent: Agent and load run one checkpoint; ONNXAgent runs an exported ONNX model.
  • Router: Router picks the checkpoint for each request; RouteDecision records the choice.
  • Helpers: language detection, email cleaning, question presets, shortlisting and calibration utilities.
  • LangChain components: LayaRouter, LayaGuardrail, LayaTriage and LayaEvaluator.

Prediction hooks have a hand-written API reference with the rest of the hooks guide.