You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/docs/en/getting-started/development-guide.md
+36-43Lines changed: 36 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,8 @@
1
1
# Nexent Development Guide
2
2
3
-
## Project Overview
3
+
This guide provides comprehensive information for developers to understand and contribute to the Nexent project, covering architecture, technology stack, development environment setup, and best practices.
4
4
5
-
Nexent is an AI agent-based intelligent conversation system with a frontend-backend separation architecture, supporting enterprise-level features like multi-tenancy, multi-language, and streaming responses.
Copy file name to clipboardExpand all lines: doc/docs/en/getting-started/faq.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Nexent FAQ
2
2
3
-
This FAQ addresses common questions and issues you might encounter while installing and deploying Nexent. For the basic installation steps, please refer to the [Quick Start Guide](./getting-started/overview#quick-start) in our documentation.
3
+
This FAQ addresses common questions and issues you might encounter while installing and deploying Nexent. For the basic installation steps, please refer to the [Quick Start Guide](./overview#quick-start) in our documentation.
4
4
5
5
## 🚀 Installation & Setup
6
6
7
-
For model provider setup and API key acquisition, see our detailed **[Model Providers Guide](./getting-started/model-providers)**.
7
+
For model provider setup and API key acquisition, see our detailed **[Model Providers Guide](./model-providers)**.
8
8
9
9
## 🚫 Common Errors & Operations
10
10
@@ -49,7 +49,7 @@ For model provider setup and API key acquisition, see our detailed **[Model Prov
49
49
3. **Model name**: Confirm the model identifier is correct
50
50
4. **Network access**: Ensure your deployment can reach the provider's servers
51
51
52
-
For specific provider setup, see our [Model Providers Guide](./getting-started/model-providers).
52
+
For specific provider setup, see our [Model Providers Guide](./model-providers).
53
53
54
54
### 📧 Email Tools Configuration
55
55
- **Q: How can I enable and configure email tools?**
@@ -59,9 +59,9 @@ For model provider setup and API key acquisition, see our detailed **[Model Prov
59
59
3. Switch to the email-enabled system prompt by using `code_agent_with_email.yaml`
60
60
4. Restart the MCP service to apply changes
61
61
62
-
## ❓ Still Need Help?
62
+
## 💡 Need Help
63
63
64
64
If your question isn't answered here:
65
65
- Join our [Discord community](https://discord.gg/tb5H3S3wyv) for real-time support
66
66
- Check our [GitHub Issues](https://github.com/ModelEngine-Group/nexent/issues) for similar problems
67
-
- Refer to our [Contribution Guide](contributing) for more detailed information
67
+
- Refer to our [Contribution Guide](../contributing) for more detailed information
-**Celery Integration**: Optimized for distributed task queues
53
+
-**Batch Optimization**: Intelligent batch operations to reduce network overhead
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
60
+
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
54
66
55
67
For detailed information about Nexent's software architecture and technical advantages, see our **[Software Architecture](./software-architecture)** guide.
0 commit comments