All Classes and Interfaces
Class
Description
Marks a class as a confiqure.ai configuration target.
Verbatim, auditable consent capture on a Boolean field.
Marks a controller method as the workspace's default callback hook.
Declarative flow gate on a single field: the confiqure conversation may only WRITE this
field when the
Confiqure.Gate.requires() predicate is true over the root instance's
current values.Classifies a String field as a secret (password, API token, TOTP seed, …).
The kinds of secret a
Confiqure.Secret field can hold.Declarative flow gate on a whole nested section: ANY write at or under this field's path is
only permitted while the
Confiqure.SectionGate.requires() predicate is true over the root
instance's current values.Marks a field as engine- or tool-populated ONLY: every conversation-proposed write to it (or
to any field beneath it) is rejected.
Marks a method as a tool the chat agent can invoke during a session.
Declarative flow gate on a host tool, declared on the endpoint (root) class: the named tool
is only dispatchable while the
Confiqure.ToolGate.requires() predicate is true over the bound
instance's current values.Container for repeated
Confiqure.ToolGate declarations on one endpoint class.