Concept
state machine guardrails
Constraining which tools and actions an agent may use by encoding the workflow as an explicit state machine with allowed transitions.
Also known as: statewright, workflow guardrails
Related essays
- 深度拆解:AI Agent Harness 的构造Jun 2026
模型之外的那层操作系统:编排循环、工具、记忆、上下文、状态、护栏与验证——以及 Anthropic / OpenAI / LangGraph 各自怎么做。
- 自然语言驱动的 Transformer 可视化解释器:基础设计May 2026
在有限模型家族、有限 intent 与固定视图契约下,用真实模型数据回答小白问题——而不是让 LLM 自由编 UI 或编造内部机制。
- statewright:用状态机给 AI Agent 装护栏Jun 2026
Agents are suggestions, states are laws——按阶段限制工具与命令,把开放式 agent 流程切成可执行状态。