A personal AI agent that runs as a background daemon, accessible via Telegram, Slack, or Discord, with tool use, MCP integration, and persistent memory
// Shared marker constants used in prompts, sanitizers, and provider shims.
pub(crate)constTEXT_ONLY_RESPONSE_MARKER:&str="[TEXT_ONLY_RESPONSE_MODE]";pub(crate)constINTENT_GATE_MARKER:&str="[INTENT_GATE]";