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
mod run;
mod shortcuts;
pub(crate) mod task_planning;
mod types;

pub(in crate::agent) use run::run_bootstrap_phase;
pub(in crate::agent) use types::{BootstrapCtx, BootstrapData, BootstrapOutcome};