feat(phase4): complete zclaw-skills, zclaw-hands, zclaw-channels, zclaw-protocols 模块实现
This commit is contained in:
9
crates/zclaw-protocols/src/lib.rs
Normal file
9
crates/zclaw-protocols/src/lib.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
//! ZCLAW Protocols
|
||||
//!
|
||||
//! Protocol support for MCP (Model Context Protocol) and A2A (Agent-to-Agent).
|
||||
|
||||
mod mcp;
|
||||
mod a2a;
|
||||
|
||||
pub use mcp::*;
|
||||
pub use a2a::*;
|
||||
Reference in New Issue
Block a user