Skip to main content

NullEmergencyStop

Defined in the protocols module.
AI Agent Default no-op brake: never engaged, no persistence. Selected by backend: "off" (the default) so a gateway with no brake configured behaves exactly as before — is_engaged() is always False and engage/disengage are inert.

Methods

is_engaged()

Instance method.

engage()

Instance method.

disengage()

Instance method.

state()

Instance method.

Source

View on GitHub

praisonaiagents/gateway/protocols.py at line 6355