aidaemon 0.11.13

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
pub(crate) use super::*;

#[path = "runtime/heartbeat_tests.rs"]
mod heartbeat_tests;

#[path = "runtime/group_session_tests.rs"]
mod group_session_tests;

#[path = "runtime/goal_delivery_tests.rs"]
mod goal_delivery_tests;

#[path = "runtime/goal_failure_tests.rs"]
mod goal_failure_tests;

#[path = "response_analysis_tests.rs"]
mod response_analysis_tests;

#[path = "intent/intent_tests.rs"]
mod intent_tests;

#[path = "policy/tool_scoping_tests.rs"]
mod tool_scoping_tests;

#[path = "tools/file_path_extraction_tests.rs"]
mod file_path_extraction_tests;