Home / sikao-engine / kimix · .agents/skills/serve/SKILL.md · GitHub

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

Latest version
mdr add sikao-engine/kimix/serve@git:20260816.ff0cd32
Exact content
mdr add sikao-engine/kimix/serve@sha256:db8661d31b7832e6

Pin 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.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_vz4nm4mmerjuc6by.svg)](https://markdownregistry.com/a/art_vz4nm4mmerjuc6by)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
git:20260816.ff0cd32 latest2026-08-16 ff0cd32 2,107 BB view · diff
git:20260702.18f1c902026-07-02 18f1c90 12,084 BB view · diff
git:20260611.e4c30a42026-06-11 e4c30a4 11,983 BB view

Audit of the latest version

B  16 of 17 checks passed. Deterministic, no model, same answer every run.
  • 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

GitHub

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

app skill
sikao-engine/kimix · .agents/skills/app/SKILL.md · Guide for the Kimix web frontend (src/app/) — vanilla TypeScript + Vite, SSE-based chat UI mirroring sse_cli.py. Use…
git:20260816.ff0cd32 · audit A · 111 stars
doc skill
sikao-engine/kimix · .agents/skills/doc/SKILL.md · Guide for navigating and maintaining Kimix project documentation. Use when: (1) user asks about the docs structure, (2)…
git:20260816.7c770ea · audit A · 111 stars
opcode_api skill
sikao-engine/kimix · .agents/skills/opcode_api/SKILL.md · Guide for Kimix opencode-style HTTP server (FastAPI + SSE), including route definitions, builtin endpoints, and…
git:20260816.ff0cd32 · audit A · 111 stars
pyproject skill
sikao-engine/kimix · .agents/skills/pyproject/SKILL.md
git:20260912.739929a · audit C · 111 stars
tool skill
sikao-engine/kimix · .agents/skills/tool/SKILL.md · Guide for creating tools using CallableTool2 and Params pattern, plus YAML agent registration
git:20260816.ff0cd32 · audit A · 111 stars
AGENTS.md agents
sikao-engine/kimix · AGENTS.md
git:20260903.8971462 · audit A · 111 stars
AGENTS.md@kimi-cli/src/kimi_cli/acp agents
sikao-engine/kimix · kimi-cli/src/kimi_cli/acp/AGENTS.md
git:20260815.b3edc81 · audit A · 111 stars
kimix_api skill
sikao-engine/kimix · kimi-cli/src/kimi_cli/skills/kimix_api/SKILL.md · Guide for using KimiX API utilities covering kimix, kimix.utils, kimix.base, kimix.dag, kimix.network, kimix.server…
git:20260912.107e546 · audit A · 111 stars
skill-creator skill
sikao-engine/kimix · kimi-cli/src/kimi_cli/skills/skill-creator/SKILL.md · Guide for creating effective skills. Use when users want to create or update a skill that extends agent's capabilities.
git:20260912.107e546 · audit A · 111 stars
AGENTS.md@kimi-cli/src/kimi_cli/tools agents
sikao-engine/kimix · kimi-cli/src/kimi_cli/tools/AGENTS.md
git:20260527.1cf4452 · audit B · 111 stars
AGENTS.md@kimi-cli/tests_e2e agents
sikao-engine/kimix · kimi-cli/tests_e2e/AGENTS.md
git:20260815.b3edc81 · audit A · 111 stars

Every file in sikao-engine/kimix

Other files named serve

serve skill
qwerfunch/cladding · plugins/antigravity/skills/serve/SKILL.md · Boot cladding as an MCP server over stdio. Use only when the user wants to expose cladding's tools, resources, and…
git:20260716.1d599e1 · audit B · 16 stars
serve skill
qwerfunch/cladding · plugins/codex/skills/serve/SKILL.md · Boot cladding as an MCP server over stdio. Use only when the user wants to expose cladding's tools, resources, and…
git:20260716.1d599e1 · audit B · 16 stars
serve skill
qwerfunch/cladding · skills/serve/SKILL.md · Boot cladding as an MCP server over stdio. Use only when the user wants to expose cladding's tools, resources, and…
git:20260716.1d599e1 · audit B · 16 stars
serve skill
drevendev/hungrycrab · skills/serve/SKILL.md · Write and create issues or guarded pull requests for approved nutrients with trace and deduplication markers, using…
git:20260922.deff020 · audit A · 4 stars

Browse by kind, by grade B, or by owner.