agent-team-mail-core 1.2.0

Core library for local agent team mail workflows.
Documentation
1
2
3
4
5
6
7
8
9
pub mod agent_member;
pub mod inbox_message;
pub mod permissions;
pub mod settings;
pub mod team_config;

pub use agent_member::{AgentMember, AgentType};
pub use inbox_message::{AtmMessageId, MessageEnvelope, PendingAck, ThreadMode};
pub use team_config::TeamConfig;