agent-team-mail-core 0.9.0

Core library for agent-team-mail: file-based messaging for AI agent teams
Documentation

Core types and schemas for agent-team-mail (atm)

This crate provides the fundamental data structures for interacting with Claude agent teams via the file-based API at ~/.claude/teams/.

All schema types are designed to:

  • Preserve unknown fields for forward compatibility
  • Use proper serde configuration for camelCase ↔ snake_case
  • Support round-trip serialization without data loss