<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Documentation on Krypton Runtime</title><link>https://www.kryptonhq.com/docs/</link><description>Recent content in Documentation on Krypton Runtime</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://www.kryptonhq.com/docs/index.xml" rel="self" type="application/rss+xml"/><item><title>Roadmap</title><link>https://www.kryptonhq.com/docs/roadmap/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://www.kryptonhq.com/docs/roadmap/</guid><description>&lt;p&gt;A forward-looking view of where Krypton is headed. Order within each
bucket suggests rough priority; nothing is a commitment and dates
aren&amp;rsquo;t promises.&lt;/p&gt;
&lt;h2 id="recently-shipped"&gt;Recently shipped&lt;/h2&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Item&lt;/th&gt;
 &lt;th&gt;Notes&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Built-in model hosting (&lt;code&gt;Model&lt;/code&gt; CRD)&lt;/td&gt;
 &lt;td&gt;Host LLMs by Hugging Face name via &lt;a href="https://github.com/ggerganov/llama.cpp"&gt;llama.cpp&lt;/a&gt;, aggregated behind one OpenAI-compatible endpoint. See &lt;a href="https://www.kryptonhq.com/docs/tutorials/first-llm/"&gt;first LLM&lt;/a&gt;.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="high-priority"&gt;High priority&lt;/h2&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Item&lt;/th&gt;
 &lt;th&gt;Notes&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;GPU-aware scheduling&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;spec.gpu&lt;/code&gt; on &lt;code&gt;Model&lt;/code&gt; / &lt;code&gt;Agent&lt;/code&gt;; multi-GPU and MIG slicing&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;More inference runtimes&lt;/td&gt;
 &lt;td&gt;vLLM and TGI behind the same &lt;code&gt;Model&lt;/code&gt; CRD&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Model autoscaling&lt;/td&gt;
 &lt;td&gt;Concurrency-aware scaling for &lt;code&gt;Model&lt;/code&gt; pods (today they&amp;rsquo;re always-on)&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Secure sandbox runtime&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;Sandbox&lt;/code&gt; CRD with gVisor / Kata runtime classes&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;AI-native observability&lt;/td&gt;
 &lt;td&gt;OTEL GenAI conventions; token-usage roll-ups&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;OpenTelemetry tracing&lt;/td&gt;
 &lt;td&gt;OTLP exporter; &lt;code&gt;traceparent&lt;/code&gt; propagation across hops&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="medium-priority"&gt;Medium priority&lt;/h2&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Item&lt;/th&gt;
 &lt;th&gt;Notes&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Serverless mode (GA)&lt;/td&gt;
 &lt;td&gt;Cold-start activator path, off by default today&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Invocation history (Postgres)&lt;/td&gt;
 &lt;td&gt;Queryable history, surfaced in UI&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Schema-driven MCP tool forms&lt;/td&gt;
 &lt;td&gt;Auto-generated inputs per tool from its JSON schema&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;MCP resources + prompts&lt;/td&gt;
 &lt;td&gt;&lt;code&gt;resources/*&lt;/code&gt; and &lt;code&gt;prompts/*&lt;/code&gt; method support&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Per-agent network policies&lt;/td&gt;
 &lt;td&gt;Egress / ingress rules generated from spec&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;TCP-dial readiness check&lt;/td&gt;
 &lt;td&gt;Closes the kube-proxy race on first cold-start&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="exploring"&gt;Exploring&lt;/h2&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Item&lt;/th&gt;
 &lt;th&gt;Notes&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Multi-cluster federation&lt;/td&gt;
 &lt;td&gt;Federated control plane; cross-cluster routing&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Authentication &amp;amp; multi-tenancy&lt;/td&gt;
 &lt;td&gt;OIDC-backed UI/API; per-tenant namespaces&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="out-of-scope"&gt;Out of scope&lt;/h2&gt;
&lt;p&gt;Things people ask about that we deliberately won&amp;rsquo;t build:&lt;/p&gt;</description></item></channel></rss>