Skip to main content

RUN_DOMAINS

Constant RUN_DOMAINS 

Source
pub const RUN_DOMAINS: &[&str];
Expand description

The domains whose rules ride in an ordinary agent run’s system prompt.

behavior is general conduct and belongs everywhere. writing is here because drafting is not a separate run — the model calls mail_send or mail_reply mid-conversation, so a run cannot know at construction whether it will draft, and voice rules arriving too late are voice rules that did not apply.

A mail-classifier triage domain is deliberately not here: that pass is issued its own frame with its own rules and nothing else, which is the whole point of selection. See [Store::rules_prompt_block_for].