orxtra v0.13.0 /protocols.src.orxtra.protocols._types._enums
On this page

Shared StrEnums used across layers: ToolLocation, ToolCapability, ConstraintTier/ConstraintKind, ErrorCategory, and Severity, plus SEVERITY_ORDER, EXPENSIVE_CONSTRAINTS, and ALWAYS_ACTIVE_CONSTRAINTS groupings.

#protocols.src.orxtra.protocols._types._enums

#protocols.src.orxtra.protocols._types._enums

#ToolLocation

Where a tool must execute relative to the brain.

#ToolCapability

What kind of system resource a tool needs.

#ConstraintTier

python
class ConstraintTier(StrEnum):

#ConstraintKind

python
class ConstraintKind(StrEnum):

#ErrorCategory

python
class ErrorCategory(StrEnum):

#Severity

python
class Severity(StrEnum):
Search