docs.rs failed to build echo_integration-0.1.4
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
echo_integration-0.1.3
echo-integration
Integration layer for the echo-agent framework.
Quickstart
[]
= "0.1"
use ProviderFactory;
use McpManager;
use ChannelManager;
// Create an LLM provider
let provider = create_openai?;
// Connect to an MCP server
let mut mcp = new;
mcp.connect_stdio.await?;
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
License
MIT