li-httpd — proved AI/agent HTTP gateway written in Li.
Secure-by-design TOML config, optional leak censorship (schema-driven setup), streaming SSE, rate limits, and cross-platform CI.
Infrastructure only — packages, harness, and docs are in place; application code is not started while the Li language surface stabilizes.
| Branch | Use |
|---|---|
main |
Stable; green CI |
dev |
Integration |
git clone https://github.com/li-langverse/lis.git
cd lis
git checkout dev
./scripts/ci.shRegistry-min bundle supervisor (stubs until lidb WP1):
export LI_DATA_DIR=~/.local/share/lis/data
export LI_PROFILE=registry-min
./bin/lis db start
./bin/lis db statusSee docs/cli-db.md and profiles/registry-min.toml.
Self-hosted VPS staging without Supabase Cloud: validated li-httpd TOML → Caddy edge, Docker Compose for app containers.
./scripts/install-lis.sh- docs/index.md — overview
- docs/plan.md — full design
- docs/packages/ — per-package function catalogs
- docs/package-workflow.md —
li-new-package/ lip § A3 (required) - docs/org-packages.md — org repos (
li-math, etc.)
GPL-3.0-or-later — see LICENSE.