AgentConnector is a feature-rich open-source Agent Network Client built upon DeepChat, supporting multiple cloud and local large language models with powerful search enhancement and tool calling capabilities.
- π Table of Contents
- π Project Introduction
- π‘ Why Choose AgentConnector
- π₯ Main Features
- π€ Supported Model Providers
- π Use Cases
- π¦ Quick Start
- π» Development Guide
- π₯ Community & Contribution
- ππ» Thanks
- π License
AgentConnector is a powerful, open-source Agent network client that delivers a unified interface for interacting with a wide range of large language models. Whether you're leveraging cloud APIs such as OpenAI, Gemini, and Anthropic, or running local models via Ollama, AgentConnector ensures a seamless and consistent user experience across all endpoints.
As a cross-platform application, it goes beyond basic conversational AI by integrating advanced capabilitiesβincluding search augmentation, tool calling, and multimodal interactionβto make sophisticated AI functionalities more accessible and practical for everyday use.
Compared to other AI tools, AgentConnector offers the following unique advantages:
- Comprehensive Feature Inheritance from DeepChat: Built upon the robust DeepChat framework, AgentConnector inherits all its powerful chat capabilities and user experience advantages, providing a mature and stable interaction foundation out of the box.
- Seamless Integration with AgentDNS Ecosystem: Natively designed to connect with the AgentDNS system, it enables automatic discovery and dynamic routing to the most suitable intelligent services, achieving true "agent-level" interconnection and collaboration.
- Advanced Tool Calling with Built-in MCP Support: Integrated with the Model Context Protocol, it supports code execution, web access, and a variety of extensible tools without requiring complex configurations.
- Flexible and Powerful Search Augmentation: upports multiple search engines and offers customizable search paradigms, significantly enhancing the accuracy and timeliness of AI responses.
- Privacy-First Design: With local data storage and network proxy support, it effectively reduces the risk of data leakage and safeguards user privacy.
- Business-Friendly Open Source Licensing: Released under the Apache 2.0 License, it is free for both commercial and personal use, providing maximum flexibility.
- Deep Integration with AgentDNS: Dynamically connects to the agent network, enabling automatic service discovery, intelligent routing, and unified scheduling.
By fully inheriting the core chat functionalities from DeepChat, AgentConnector stands on the shoulders of a giant. This strategic foundation allows us to avoid reinventing the wheel and instead focus our development energy on pioneering advanced features like AgentDNS integration and enhanced tool calling, delivering greater value to our users.
- π Multiple Cloud LLM Provider Support: DeepSeek, OpenAI, SiliconFlow, Grok, Gemini, Anthropic, and more
- π Local Model Deployment Support:
- Integrated Ollama with comprehensive management capabilities
- Control and manage Ollama model downloads, deployments, and runs without command-line operations
- π Rich and Easy-to-Use Chat Capabilities
- Complete Markdown rendering with code block rendering based on industry-leading
- Multi-window + multi-tab architecture supporting parallel multi-session operations across all dimensions, use large models like using a browser, non-blocking experience brings excellent efficiency
- Supports Artifacts rendering for diverse result presentation, significantly saving token consumption after MCP integration
- Messages support retry to generate multiple variations; conversations can be forked freely, ensuring there's always a suitable line of thought
- Supports rendering images, Mermaid diagrams, and other multi-modal content; supports GPT-4o, Gemini, Grok text-to-image capabilities
- Supports highlighting external information sources like search results within the content
- π Robust Search Extension Capabilities
- Built-in integration with leading search APIs like BoSearch, Brave Search via MCP mode, allowing the model to intelligently decide when to search
- Supports mainstream search engines like Google, Bing, Baidu, and Sogou Official Accounts search by simulating user web browsing, enabling the LLM to read search engines like a human
- Supports reading any search engine; simply configure a search assistant model to connect various search sources, whether internal networks, API-less engines, or vertical domain search engines, as information sources for the model
- π§ Excellent MCP (Model Context Protocol) Support
- Complete support for the three core capabilities of Resources/Prompts/Tools in the MCP protocol
- Supports semantic workflows, enabling more complex and intelligent automation by understanding the meaning and context of tasks.
- Extremely user-friendly configuration interface
- Aesthetically pleasing and clear tool call display
- Detailed tool call debugging window with automatic formatting of tool parameters and return data
- Built-in Node.js runtime environment; npx/node-like services require no extra configuration and work out-of-the-box
- Supports StreamableHTTP/SSE/Stdio protocol Transports
- Supports inMemory services with built-in utilities like code execution, web information retrieval, and file operations; ready for most common use cases out-of-the-box without secondary installation
- Converts visual model capabilities into universally usable functions for any model via the built-in MCP service
- π» Multi-Platform Support: Windows, macOS, Linux
- π¨ Beautiful and User-Friendly Interface, user-oriented design, meticulously themed light and dark modes
- π Rich DeepLink Support: Initiate conversations via links for seamless integration with other applications. Also supports one-click installation of MCP services for simplicity and speed
- π Security-First Design: Chat data and configuration data have reserved encryption interfaces and code obfuscation capabilities
- π‘οΈ Privacy Protection: Supports screen projection hiding, network proxies, and other privacy protection methods to reduce the risk of information leakage
- π° Business-Friendly:
- Embraces open source, based on the Apache License 2.0 protocol, enterprise use without worry
- Enterprise integration requires only minimal configuration code changes to use reserved encrypted obfuscation security capabilities
- Clear code structure, both model providers and MCP services are highly decoupled, can be freely customized with minimal cost
- Reasonable architecture, data interaction and UI behavior separation, fully utilizing Electron's capabilities, rejecting simple web wrappers, excellent performance
|
Ollama |
Deepseek |
PPIO |
DashScope |
|
Doubao |
MiniMax |
Fireworks |
302.AI |
|
OpenAI |
Gemini |
GitHub Models |
Moonshot |
|
OpenRouter |
Azure OpenAI |
Qiniu |
Grok |
|
Zhipu |
SiliconFlow |
AIHubMix |
Hunyuan |
|
LM Studio |
AgentConnector is suitable for various AI application scenarios:
- Daily Assistant: Answering questions, providing suggestions, assisting with writing and creation
- Development Aid: Code generation, debugging, technical problem solving
- Learning Tool: Concept explanation, knowledge exploration, learning guidance
- Content Creation: Copywriting, creative inspiration, content optimization
- Data Analysis: Data interpretation, chart generation, report writing
Download the latest version for your system from the GitHub Releases page:
- Windows:
.exeinstallation file - macOS:
.dmginstallation file
- Launch the AgentConnctor application
- Click the settings icon
- Select the "Model Providers" tab
- Add your API keys or configure local Ollama
- Click the "+" button to create a new conversation
- Select the model you want to use
- Start communicating with your AI assistant
For a comprehensive guide on getting started and using all features, please refer to the User Guide.
$ pnpm install
$ pnpm run installRuntime
# if got err: No module named 'distutils'
$ pip install setuptools- For Windows: To allow non-admin users to create symlinks and hardlinks, enable
Developer Modein Settings or use an administrator account. Otherwisepnpmops will fail.
$ pnpm run dev# For Windows
$ pnpm run build:win
# For macOS
$ pnpm run build:mac
# For Linux
$ pnpm run build:linux
# Specify architecture packaging
$ pnpm run build:win:x64
$ pnpm run build:win:arm64
$ pnpm run build:mac:x64
$ pnpm run build:mac:arm64
$ pnpm run build:linux:x64
$ pnpm run build:linux:arm64AgentConnector is an active open-source community project, and we welcome various forms of contribution:
- π Report issues: AgentDNS
- π‘ Submit feature suggestions: AgentDNS
- π§ Submit code improvements: AgentDNS
This project is built with the help of these awesome libraries: