aidaemon 0.11.11

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
#[path = "bootstrap/phase_impl.rs"]
mod phase_impl;

pub(super) use phase_impl::run_bootstrap_phase;
#[allow(unused_imports)]
pub(super) use phase_impl::task_planning;
pub(super) use phase_impl::{BootstrapCtx, BootstrapData, BootstrapOutcome};