agents ✦ 78约 45 分钟搭建intermediate

选择智能体下一步

占位:继续/重试/询问/停止,或从允许列表选工具。非生产配方。

Placeholder agent-loop control. Schema-bound Choice keeps tool names from being invented. Outline only.

来源:TypeSafe launch ↗ ✓ 核验于 2026-09-19
1

复制提示词(保留英文原文效果最好)。

2

粘贴进 Grok——打开你的 Jev,把它作为第一条消息发送。

3

回答它的设置问题——大多数提示词会先采访你,然后进入固定节奏。

提示词

提示词
OUTLINE ONLY — Not a production recipe.

When to use: agent loop needs a typed next step.
Inputs: goal + recent tool results as state.
Question sketch:
- next: Choice among allow-listed tool ids OR {continue, retry, ask_user, stop}
- needs_confirm: Boolean
Confidence policy: low confidence → ask_user.
Links: TypeSafe launch post; Gateway evaluate docs.

需要授权:typesafeagents

它是怎么搭起来的

以下说明为英文原文(来自社区作者),提示词本身建议保留英文。

Keep the allow-list and thresholds in one file. Fan out related Booleans in the same evaluate call.

Not a production recipe.

为什么它好用

System One Choice cannot leave your option set — useful when LLM agents invent tool names.

本案例收集自公开的 Jev 社区,版权归原作者所有。提示词属于参考资料:运行前请先审阅内容, 并且不要让 bot 超出你实际授予的权限行事。