agent-team-mail-core 1.1.2

Daemon-free core library for local agent team mail workflows.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
pub mod agent_member;
pub mod inbox_message;
pub mod permissions;
pub mod settings;
pub mod team_config;

pub use agent_member::AgentMember;
pub use inbox_message::{
    AtmMessageId, AtmMetadataFields, ForwardMetadataEnvelope, LegacyMessageId, MessageEnvelope,
    MessageMetadata, PendingAck, hydrate_legacy_fields_from_metadata,
};
pub use team_config::TeamConfig;