mirror of
https://github.com/Mesh-LLM/mesh-llm.git
synced 2026-08-08 22:23:19 -04:00
* feat(skippy): expose authoritative generation lifecycle * refactor(mesh): remove injected local model launcher * fix(skippy): make serving hooks independent * feat(mesh): load deadline-safe native serving plugins (#1155) * feat(openai): propagate stable agent session identity * feat(mesh): load deadline-safe native serving plugins * docs: document native serving integrations * fix(skippy): preserve native proposal query contract * fix(skippy): compile native proposal plugin tests * fix(plugin): use public proposal query constructor * fix(skippy): make lifecycle delivery nonblocking * refactor(skippy): add lifecycle ingress adapter * fix: address generation lifecycle review --------- Co-authored-by: Nick DiZazzo <nick.dizazzo@gmail.com> |
||
|---|---|---|
| .. | ||
| .impeccable | ||
| scripts | ||
| src | ||
| .eleventy.js | ||
| .gitignore | ||
| AGENTS.md | ||
| DESIGN.md | ||
| package-lock.json | ||
| package.json | ||
| PRODUCT.md | ||
| README.md | ||
Mesh LLM Website
The public website is built with Eleventy and emitted into ../docs for static hosting.
cd website
npm install
npm run build
During development:
cd website
npm run dev
From the repository root:
just website-dev
just website-build
npm run dev runs Eleventy with watch mode, incremental builds, and browser
reload on port 8765.
Source files live in website/src:
index.njk- landing pagecatalog/index.njk- live Hugging Face catalog pagedocs/index.njk- docs landing pagedocs/pages/*.md- public documentation pages_includes/- shared layouts, nav, footer, and hero visualassets/site.tailwind.css- shared styling source (generatessite.generated.css)
The generated static output lives in docs/.