pub async fn builtin_send_to(
args: &[DslValue],
ctx: &ReasoningBuiltinContext,
) -> Result<DslValue>Expand description
Execute the send_to builtin: fire-and-forget message to a named agent.
Arguments:
- agent: string — agent name
- message: string
Returns null (fire-and-forget).