Agent 工具

typesafe_agent_gates

@ThiagaoBR1PythonApache-2.0更新于 2026-09-19

基于LangChain和Deep Agents的中间件,使用TypeSafe的System One模型(Jev)为无人值守编码agent提供类型化判断,包括shell命令门控、问题分流、合并请求检测和测试审查。

英文原文

LangChain / Deep Agents middleware that uses TypeSafe's System One model (Jev) for typed judgments in unattended coding agents: a shell-command gate (database, production, destructive, secrets), issue triage and routing by severity and urgency, merge-request detection, and review of weakened tests. Measured with live probes.

ThiagaoBR/typesafe_agent_gates

它在哪儿调用了 Jev

from langchain_typesafe import Choice, Noul, NoulCriteria

typesafe_agent_gates/judgments.py:103

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

这个项目没法在这儿跑

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

同类的其他项目