echo_integration 0.1.0

Integration layer for echo-agent framework (providers, mcp, channels)
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod anthropic;
pub mod client;
pub mod config;
pub mod ollama;
pub mod openai;

pub use anthropic::AnthropicClient;
pub use config::{Config, LlmConfig, LlmProvider, ModelConfig, ProviderFactory};
pub use ollama::OllamaClient;
pub use openai::{DefaultLlmClient, OpenAiClient};