serve skillB
serve is agent-read markdown (skill) from sikao-engine/kimix: Guide for the Kimix HTTP serve system — FastAPI backend + TypeScript/Vite frontend. Use when adding new backend endpoints, modifying the session manager, changing the frontend API client, or understanding how data flows from backend to UI. Covers dummy_app.py, dummy_session_manager.py, sse_cli.py, and src/app/..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# Kimix Serve — Backend + Frontend FastAPI backend (port 4096, REST + SSE) + vanilla TypeScript/Vite frontend (port 5173). `dummy_app.py` + `DummySessionManager` for stub prompts; `app.py` + `SessionManager` for live SDK sessions. **Start**: ```bash uv run kimix gui # dummy backend + Vite dev uv run kimix gui --build # build frontend first uv run kimix gui --port 8080 --fe-port 3000 uv run kimix gui --no-fe # backend only uv run scripts/run_app.py # wrapper → `kimix gui` uv run kimix ssecli # terminal client for SSE debugging ``` **Backend entry points**: `dummy_app.py` (default), `app.py` (real), `dummy_session_manager.py` (stub), `session_manager.py` (real), `serve.py` (CLI), `client.py` (Python async client). **Session manager interface** (both managers): `create_session`, `list_sessions`, `get_session`, `delete_session`, `get_messages`, `prompt_async` (204), `abort_session`, `clear_session`, `compact_session`, `get_session_status`, `export_session`, `get_session_context`. …
Read the whole file at its exact version.
How to install
mdr add sikao-engine/kimix/serve@git:20260816.ff0cd32mdr add sikao-engine/kimix/serve@sha256:db8661d31b7832e6Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_vz4nm4mmerjuc6by)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260816.ff0cd32 latest | 2026-08-16 | ff0cd32 | 2,107 B | B | view · diff |
| git:20260702.18f1c90 | 2026-07-02 | 18f1c90 | 12,084 B | B | view · diff |
| git:20260611.e4c30a4 | 2026-06-11 | e4c30a4 | 11,983 B | B | view |
Audit of the latest version
- fail: No link to a raw IP address (matched: http://127.0.0.1:4096)
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (2107 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No script tag
Source
sikao-engine/kimix · 111 stars · license none · pushed 2026-09-23 · branch master
API
GET https://markdownregistry.com/api/v1/artifacts/art_vz4nm4mmerjuc6by GET https://markdownregistry.com/api/v1/resolve?ref=sikao-engine/kimix/serve GET https://markdownregistry.com/api/v1/blob/db8661d31b7832e6bf5112c06784f574f698bed4ebd13c474c2a04c1f1598c9a
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from sikao-engine/kimix
Every file in sikao-engine/kimix