SDKs & clients

laya-jev

@KonghaYao1TypeScriptupdated 2026-09-19

convaiinnovations/laya 的本地推理引擎:不训练、不微调,把官方发布的三份权重跑成一个 HTTP 决策服务,Mac(Apple 芯片)上开箱可跑;同时复刻 TypeSafe Jev 的请求/响应格式,按官方接口写的客户端只改一个 base URL 就能打到本地权重,其余代码、类型、校验都不用动。

KonghaYao/laya-jev

Where it calls Jev

POST /v1/systemone   Jev-compatible (TypeSafe's shape): {state, questions, model}

server/app.py:16

The link points at the commit we read, so the line number still holds.

This one cannot run here

Its question set is assembled at runtime, or never written out literally in the code, so there is nothing to lift. The source link above will show you.

Other projects in this category