Skip to main content

cmd_notify

Function cmd_notify 

Source
pub fn cmd_notify(
    db_path: &Path,
    args: &NotifyArgs,
    app_config: &AppConfig,
    out: &mut CliOutput<'_>,
) -> Result<()>
Expand description

ai-memory notify dispatch entry.

§Errors

  • The DB at db_path cannot be opened.
  • The substrate refuses the notify (validation, tier parse, etc.).
  • serde_json::to_string cannot serialise the envelope.