aidaemon 0.11.1

A personal AI agent that runs as a background daemon, accessible via Telegram, Slack, or Discord, with tool use, MCP integration, and persistent memory
Documentation
1
2
3
4
5
6
7
8
#[path = "tool_execution/phase_impl.rs"]
mod phase_impl;

pub(super) use phase_impl::run_tool_execution_phase;
pub(super) use phase_impl::{
    extract_project_dir_hint_with_aliases, PendingReflectionRecovery, ToolErrorEntry,
    ToolExecutionCtx, ToolExecutionOutcome,
};