#agents.defaults.embeddedPi.executionContract = "strict-agentic"

6 messages · Page 1 of 1 (latest)

bold pendant
#

give me terminal commands to enable agents.defaults.embeddedPi.executionContract = "strict-agentic"
{
  agents: {
    defaults: {
      embeddedPi: { executionContract: "strict-agentic" },
    },
  },
}
i think this is the place

hot charmBOT
eternal marshBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

hot charmBOT
distant craterBOT
#

Yep, that’s the right path for the global default.

openclaw --version
openclaw config set agents.defaults.embeddedPi.executionContract "strict-agentic"
openclaw config get agents.defaults.embeddedPi.executionContract

If you want to force it to apply immediately, restart after:

openclaw gateway restart

Notes:

  • This mode is for OpenAI / OpenAI Codex GPT-5-family runs.
  • If that key is rejected, you’re probably on an older version. This landed in 2026.4.10+.