echo_integration 0.1.1

Integration layer for echo-agent framework (providers, mcp, channels)
Documentation

echo-integration

Integration layer for the echo-agent framework.

Contents

  • LLM Providers: OpenAI, Anthropic, DeepSeek, Qwen (DashScope), Ollama
  • MCP Protocol: Model Context Protocol client/server (stdio, SSE, HTTP transports)
  • IM Channels: QQ Bot (WebSocket) and Feishu (Webhook) integrations

Usage

use echo_integration::providers::ProviderFactory;
use echo_integration::mcp::McpManager;
use echo_integration::channels::ChannelManager;

License

MIT