|
1 | 1 | # Key Features |
2 | 2 |
|
3 | | -Nexent provides powerful capabilities for building and deploying AI agents with minimal effort. Here are the core features that make Nexent unique. |
| 3 | +Nexent v2.0 delivers powerful capabilities for building and deploying AI agents. Here are the core features that make Nexent unique. |
4 | 4 |
|
5 | | -## 🧠 Smart Agent Prompt Generation |
| 5 | +## ⚙️ Multi-Model Integration |
6 | 6 |
|
7 | | -Turn plain language into runnable prompts. Nexent automatically chooses the right tools and plans the best action path for every request. |
| 7 | +Nexent is compatible with any OpenAI-compatible model provider, offering one-stop coverage for LLM, Embedding, VLM, STT, and TTS model types. Supports seamless synchronization with the ModelEngine platform, with built-in connection monitoring and automatic failover. The platform supports connecting to any service that follows the OpenAI API protocol, making it easy to diversify models or switch to domestic alternatives. |
8 | 8 |
|
9 | | - |
| 9 | +## 🤖 Zero-Code Agent Generation |
10 | 10 |
|
11 | | -## ⚡ Scalable Data Process Engine |
| 11 | +Describe your needs in natural language and Nexent automatically transforms them into executable agent configurations. The system intelligently selects appropriate tools, plans the optimal execution path, and generates professional prompts. No code, no drag-and-drop configuration — experience true "what you imagine is what you get" agent creation. Agents can also be imported and exported for easy sharing and reuse. Built-in debugging provides online testing so you can iterate and refine rapidly. |
12 | 12 |
|
13 | | -Process 20+ data formats with fast OCR and table structure extraction, scaling smoothly from a single process to large-batch pipelines. |
| 13 | +## 🤝 A2A Protocol & Agent Collaboration |
14 | 14 |
|
15 | | - |
| 15 | +Nexent supports the **Agent-to-Agent (A2A)** communication protocol, enabling seamless multi-agent collaboration. A main agent can invoke sub-agents to complete specific tasks; once a sub-agent finishes execution, results are aggregated back to the main agent. Multiple collaborative sub-agents can be configured, each with its own toolset, model configuration, and execution strategy — making it easy to build complex distributed agent workflows. |
16 | 16 |
|
17 | | -## 📚 Personal-Grade Knowledge Base |
| 17 | +## 🧠 Layered Memory Architecture |
18 | 18 |
|
19 | | -Import files in real time, auto-summarise them, and let agents access both personal and global knowledge instantly, also knowing what it can get from each knowledge base. |
| 19 | +Intelligent context management is the key to agents that truly understand you. Nexent provides a two-tier memory system: |
20 | 20 |
|
21 | | - |
| 21 | +- **User-Level Memory**: Personal preferences, habits, and usage patterns |
| 22 | +- **User-Agent Memory**: Collaboration history and context for a specific user with a specific agent |
22 | 23 |
|
23 | | -## 🌐 Internet Knowledge Search |
| 24 | +The system automatically extracts key information from conversations to generate memory entries — no manual input required. Memory entries can also be added or modified manually for greater flexibility. Smart retrieval ensures every conversation automatically pulls in the most relevant contextual memories, enabling truly personalized service. |
24 | 25 |
|
25 | | -Connect to 5+ web search providers so agents can mix fresh internet facts with your private data. |
| 26 | +## 📝 Progressive Skill Disclosure |
26 | 27 |
|
27 | | - |
| 28 | +Nexent introduces a **Progressive Skill Disclosure** mechanism. As users input tasks, the system dynamically reveals the most relevant Skill suggestions based on the current context — helping users quickly find the tools and methods best suited to the current task. This mechanism enables newcomers to progressively explore system capabilities without adding operational complexity for advanced users. |
28 | 29 |
|
29 | | -## 🔍 Knowledge-Level Traceability |
| 30 | +## 🗄️ Personal-Grade Knowledge Base |
30 | 31 |
|
31 | | -Serve answers with precise citations from web and knowledge-base sources, making every fact verifiable. |
| 32 | +Create personal knowledge bases on the Nexent platform. Import files in real time with automatic parsing and vectorization, enabling agents to access private data instantly. Supports 20+ document formats including text, PDF, Word, PowerPoint, Excel, and CSV — with fast OCR and table structure extraction built in. Each knowledge base automatically generates its own summary, helping the agent accurately determine when to retrieve from it. Fine-grained access controls can be set: private, department-wide, or organization-wide visibility. |
32 | 33 |
|
33 | | - |
| 34 | +## 🔧 MCP Tool Ecosystem |
34 | 35 |
|
35 | | -## 🎭 Multimodal Understanding & Dialogue |
| 36 | +Nexent builds its tool ecosystem on the **Model Context Protocol (MCP)** — described as the "USB-C of AI" — a universal interface standard for connecting AI agents to the external world. |
36 | 37 |
|
37 | | -Speak, type, files, or show images. Nexent understands voice, text, and pictures, and can even generate new images on demand. |
| 38 | +- Add third-party MCP services quickly via URL or JSON configuration |
| 39 | +- Develop local MCP tools with LangChain integrations and custom Python plugins |
| 40 | +- Hot-swap tools, models, and toolchains without touching core code |
| 41 | +- Built-in tool testing lets you verify whether tools work as expected before building an agent |
38 | 42 |
|
39 | | - |
| 43 | +## 🌐 Internet Knowledge Integration |
40 | 44 |
|
41 | | -## 🔧 MCP Tool Ecosystem |
| 45 | +Connect to multiple web search providers so agents can blend the freshest internet information with your private data. Hybrid search mode balances real-time accuracy with relevance. |
42 | 46 |
|
43 | | -Drop in or build Python plug-ins that follow the MCP spec; swap models, tools, and chains without touching core code. |
| 47 | +## 🔍 Knowledge Traceability & Citations |
44 | 48 |
|
45 | | - |
| 49 | +Every answer comes with precise citations from web search results or knowledge base documents, making every fact transparent and verifiable. Source information is fully traceable with one click, building trust in agent responses. |
46 | 50 |
|
47 | | -## 🏗️ Architecture Benefits |
| 51 | +## 🎭 Multimodal Interaction |
48 | 52 |
|
49 | | -### ⚡ Distributed Processing Capabilities |
50 | | -- **Asynchronous Architecture**: High-performance asynchronous processing based on asyncio |
51 | | -- **Multi-threading Safety**: Thread-safe concurrent processing mechanisms |
52 | | -- **Celery Integration**: Optimized for distributed task queues |
53 | | -- **Batch Optimization**: Intelligent batch operations to reduce network overhead |
| 53 | +Supports multiple input modes: voice, text, images, and files. Agents can understand voice, text, and images, and can generate new images on demand — delivering a truly natural multimodal conversation experience. |
54 | 54 |
|
55 | | -### 🏢 Enterprise-grade Scalability |
56 | | -- **Modular Design**: Loose-coupled module architecture for easy extension |
57 | | -- **Plugin-based Tools**: Standardized tool interfaces for rapid integration |
58 | | -- **Configuration Management**: Flexible configuration system supporting multi-environment deployment |
59 | | -- **Monitoring Friendly**: Comprehensive logging and status monitoring |
| 55 | +## 🔢 Agent Version Management |
60 | 56 |
|
61 | | -### 🚀 High-performance Optimization |
62 | | -- **Connection Pooling**: Intelligent reuse of database and HTTP connections |
63 | | -- **Memory Management**: Stream processing of large files and memory optimization |
64 | | -- **Concurrency Control**: Intelligent concurrency limiting and load balancing |
65 | | -- **Caching Strategy**: Multi-layer caching to improve response speed |
| 57 | +A comprehensive version control system supports agent iteration and historical rollback. Every version is independently archived; view change history, compare versions, and roll back whenever needed. Agent configurations can also be imported and exported in JSON format, enabling seamless migration across environments and smooth team collaboration. |
66 | 58 |
|
67 | | -For detailed information about Nexent's software architecture and technical advantages, see our **[Software Architecture](./software-architecture)** guide. |
| 59 | +## 🏪 Agent Market |
68 | 60 |
|
69 | | -## 🎯 Use Cases |
| 61 | +A built-in agent marketplace brings together high-quality agents from both official and community creators. Download with one click to use immediately, or integrate them as sub-agents into your own agent workflows to rapidly build complex applications. |
70 | 62 |
|
71 | | -Nexent is designed for various scenarios including: |
72 | | -- **Business Intelligence**: Automated data analysis and reporting |
73 | | -- **Customer Support**: Intelligent chat agents with knowledge base integration |
74 | | -- **Content Processing**: Document analysis, summarization, and extraction |
75 | | -- **Research Assistance**: Academic paper analysis and information synthesis |
76 | | -- **Personal Productivity**: Smart assistants for daily tasks and information management |
| 63 | +## 👥 Multi-Tenant RBAC & User Management |
77 | 64 |
|
78 | | -For detailed agent scenarios and real-world implementations, see our **[MCP Ecosystem Use Cases](../mcp-ecosystem/use-cases)**. |
| 65 | +Nexent provides a complete multi-tenant, role-based permission management system: |
| 66 | + |
| 67 | +- **Four Roles**: Super Administrator, Tenant Administrator, Developer, and Regular User — each with clearly defined responsibilities |
| 68 | +- **Multi-Tenant Isolation**: Complete data isolation between tenants, with platform-wide management support |
| 69 | +- **User Group Mechanism**: Manage resources and access permissions through groups, supporting flexible permission delegation |
| 70 | +- **Invitation Code Mechanism**: Controlled registration safeguards platform security |
| 71 | +- **Resource-Level Permissions**: Fine-grained access control on agents, knowledge bases, and more — down to the user group level |
| 72 | + |
| 73 | +For detailed information about Nexent's software architecture and technical advantages, see our **[Software Architecture](./software-architecture)** guide. |
0 commit comments