imitatort 0.0.1-SNAPSHOT-dev.20260302111239

轻量级多Agent公司模拟框架
Documentation
1
2
3
4
5
6
7
8
9
10
//! 基础设施层
//!
//! 提供与外部系统的交互能力

pub mod llm;
pub mod logger;
pub mod store;
pub mod tool;
pub mod web;
pub mod auth;