应用产品

typesafe-assist

@JanOstrowka1Python更新于 2026-09-16

基于 TypeSafe 的 Jev (System One) 模型的 Home Assistant Assist 对话代理。

英文原文

Home Assistant Assist conversation agent powered by TypeSafe's Jev (System One) model

JanOstrowka/typesafe-assist

它在哪儿调用了 Jev

The API is a single endpoint (``POST /v1/systemone``), so we talk to it with

custom_components/typesafe_conversation/api.py:3

链接指向我们抓取当天的那个 commit,行号是准的。

这个项目没法在这儿跑

它的 question 组合是运行时拼出来的,或者代码里没有直接写出来,所以没法原样搬过来。源码链接在上面,可以自己去看。

同类的其他项目