echo_integration 0.1.0

Integration layer for echo-agent framework (providers, mcp, channels)
Documentation
1
2
3
4
5
6
7
//! # echo_integration
//!
//! Integration layer: LLM providers, MCP protocol, and IM channels.

pub mod channels;
pub mod mcp;
pub mod providers;