1Panel-dev/laya-server
A self-hosted API and web interface for Laya’s structured decision models, compatible with the TypeSafe Jev API format.
About the project
A self-hosted API and web interface for Laya's structured decision models, compatible with the TypeSafe Jev API format. It packages System One inference capabilities as a standalone Docker-deployable service.
Useful for
- Deploy the service via Docker and create an API key for calls
- Send a request to /v1/systemone with state and questions to get answers
- Check model readiness via the /health/ready endpoint
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 0 stars so far today, about 15 expected by the end of the day.
- The spike has held for 3 days in a row — not a one-off blip.
- The repository is 3 days old and already has 68 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- Top new repositories this week: #198.
- About 6 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 68
- Today
- 0 · ≈ 15 by evening
- Forks
- 47
- Issues and pull requests
- 61
- Watchers
- 1
- Language
- TypeScript
- License
- Apache-2.0
- Latest release
- v0.1.1 · September 24, 2026
- Created
- September 23, 2026
- Last push
- September 24, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 26, 2026Top new repositories this week: #197
Similar by description
-
1.2
githubnext/localjev
A local TypeScript/Bun HTTP service implementing a Jev-compatible POST /v1/systemone API on top of an OpenAI-compatible Chat Completions endpoint (DiffusionGemma via oMLX). It acts as a bridge for typed decisions…
-
0.4
ryana/jevify
A set of prompts for coding agents that helps investigate what TypeSafe's structured decision model Jev could enable in an existing project.
-
2.2
openai/openai-python
The official Python library for the OpenAI API: sync and async clients, type definitions for all request params and responses, and authentication via API key or workload identity.
-
1.8
razorback16/openjev
An open-source "System One" decision server on DiffusionGemma: send a state and typed questions (yes/no, choice, score) and get probabilities plus confidence in tens of milliseconds, with no text generated.…
-
3.4
receptron/laya
TypeScript wrapper for running the open-source Laya System-1 decision model via ONNX Runtime: takes a state and typed questions, returns answers with calibrated probabilities in one forward pass.
-
0.9
ekzhang/openjev-sglang
HTTP server implementing the TypeSafe/Jev API for structured text classification on Qwen3.6-35B-A3B via SGLang; returns answer probabilities without generating a chain of thought.