codetether-agent 4.7.0-a-002.4

A2A-native AI coding agent for the CodeTether ecosystem
Documentation
1
2
3
4
5
6
7
//! A2A bridge for actor mailbox messages.

pub mod local;
pub mod proto;

pub use local::{actor_to_message, message_to_actor};
pub use proto::{actor_to_proto, proto_to_actor};