imitatort 0.0.1-SNAPSHOT-dev.20260302111239

轻量级多Agent公司模拟框架
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! 核心层
//!
//! 提供Agent运行时和消息通信能力

pub mod agent;
pub mod config;
pub mod messaging;
pub mod skill;
pub mod state;
pub mod store;
pub mod tool;
pub mod tool_provider;
pub mod watchdog;
pub mod watchdog_agent;

// Re-export important types from watchdog for easy access
pub use watchdog::TriggerCondition;