aidaemon 0.9.35

A personal AI agent that runs as a background daemon, accessible via Telegram, Slack, or Discord, with tool use, MCP integration, and persistent memory
1
2
3
4
// Shared marker constants used in prompts, sanitizers, and provider shims.

pub(crate) const TEXT_ONLY_RESPONSE_MARKER: &str = "[TEXT_ONLY_RESPONSE_MODE]";
pub(crate) const INTENT_GATE_MARKER: &str = "[INTENT_GATE]";