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
8
9
pub mod channels;
pub mod db_security;
pub mod mcp;
pub mod memory_pipeline;
pub mod provider_router;
pub mod skills;
pub mod stores;
pub mod tools;
pub mod wiring;