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

pub(super) use phase_impl::OrchestrationCtx;