pub fn cmd_subscribe(
db_path: &Path,
args: &SubscribeArgs,
out: &mut CliOutput<'_>,
) -> Result<()>Expand description
ai-memory subscribe dispatch entry.
§Errors
- The DB at
db_pathcannot be opened. - The substrate refuses the registration (missing HMAC secret, unregistered agent, malformed URL, etc.).
serde_json::to_stringcannot serialise the envelope.