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:
Agentandloadrun one checkpoint;ONNXAgentruns an exported ONNX model. - Router:
Routerpicks the checkpoint for each request;RouteDecisionrecords the choice. - Helpers: language detection, email cleaning, question presets, shortlisting and calibration utilities.
- LangChain components:
LayaRouter,LayaGuardrail,LayaTriageandLayaEvaluator.
Prediction hooks have a hand-written API reference with the rest of the hooks guide.