AI Skill Hub 强烈推荐:Nexent AI智能体平台 是一款优质的AI工具。已获得 4.6k 颗 GitHub Star,AI 综合评分 8.2 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。
零代码开源平台,自动生成生产级AI智能体。支持MCP协议、RAG工作流、多智能体编排。适合企业开发者快速构建复杂AI应用,降低开发门槛,提升交付效率。
Nexent AI智能体平台 是一款基于 Python 开发的开源工具,专注于 零代码平台、AI智能体、MCP协议 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
零代码开源平台,自动生成生产级AI智能体。支持MCP协议、RAG工作流、多智能体编排。适合企业开发者快速构建复杂AI应用,降低开发门槛,提升交付效率。
Nexent AI智能体平台 是一款基于 Python 开发的开源工具,专注于 零代码平台、AI智能体、MCP协议 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。
# 方式一:pip 安装(推荐)
pip install nexent
# 方式二:虚拟环境安装(推荐生产环境)
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install nexent
# 方式三:从源码安装(获取最新功能)
git clone https://github.com/ModelEngine-Group/nexent
cd nexent
pip install -e .
# 验证安装
python -c "import nexent; print('安装成功')"
# 命令行使用
nexent --help
# 基本用法
nexent input_file -o output_file
# Python 代码中调用
import nexent
# 示例
result = nexent.process("input")
print(result)
# nexent 配置文件示例(config.yml) app: name: "nexent" debug: false log_level: "INFO" # 运行时指定配置文件 nexent --config config.yml # 或通过环境变量配置 export NEXENT_API_KEY="your-key" export NEXENT_OUTPUT_DIR="./output"
Nexent is a zero-code platform for auto-generating production-grade AI agents, built on Harness Engineering principles. It provides unified tools, skills, memory, and orchestration with built-in constraints, feedback loops, and control planes — no orchestration, no complex drag-and-drop required, using pure language to develop any agent you want.
One prompt. Endless reach.
<video controls width="100%" style="max-width: 800px;"> <source src="https://github.com/user-attachments/assets/db6b7f5a-9ee8-4327-ae6f-c5af896126b4" type="video/mp4" /> <p><a href="https://github.com/user-attachments/assets/db6b7f5a-9ee8-4327-ae6f-c5af896126b4">Watch the demo video</a></p> </video>
Nexent provides a comprehensive feature set for building powerful AI agents:
| Feature | Description |
|---|---|
| **⚙️ Multi-Model Integration** | OpenAI-compatible with any provider, full LLM/Embedding/VLM/STT/TTS coverage, supports domestic model switching |
| **🤖 Zero-Code Agent Generation** | Describe requirements in natural language, generate executable agents instantly, what you think is what you get |
| **🤝 A2A Agent Collaboration** | Agent-to-Agent protocol enables seamless multi-agent cooperation and distributed workflows |
| **🧠 Layered Memory Mechanism** | Two-tier memory (user-level + user-agent-level) for persistent context across conversations |
| **📝 Progressive Skill Disclosure** | Dynamically loads Skill into context, maximizing context window efficiency |
| **🗄️ Personal-Grade Knowledge Base** | Real-time import and intelligent retrieval for 20+ document formats, auto summaries, fine-grained access control |
| **🔧 MCP Tool Ecosystem** | Plug-and-play extension system with custom development and third-party MCP service support |
| **🌐 Internet Knowledge Integration** | Multi-source search blending real-time information with private data |
| **🔍 Knowledge-Level Traceability** | Precise citations and source verification, full transparency for every fact |
| **🎭 Multimodal Interaction** | Voice, text, images, files — comprehensive natural dialogue |
| **🔢 Agent Version Management** | Version iteration and history rollback, safe and controllable |
| **🏪 Agent Marketplace** | Official and community curated agents, one-click install and use |
| **👥 Multi-Tenancy & RBAC** | Multi-tenant isolation, role-based access control, fine-grained resource management |
Ready to dive deeper? Here are the main documentation entry points:
| Resource | Docker | Kubernetes |
|---|---|---|
| **CPU** | 4 cores (min) / 8 cores (rec.) | 4 cores (min) / 8 cores (rec.) |
| **Memory** | 8 GiB (min) / 16 GiB (rec.) | 16 GiB (min) / 64 GiB (rec.) |
| **Disk** | 40 GiB (min) / 100 GiB (rec.) | 100 GiB (min) / 200 GiB (rec.) |
| **Architecture** | x86_64 / ARM64 | x86_64 / ARM64 |
| **Software** | Docker 24+, Docker Compose v2+ | Kubernetes 1.24+, Helm 3+ |
Note: Recommended configurations ensure optimal performance in production environments.
If you need to run Nexent locally or in your private infrastructure, we offer two deployment options:
Quick and straightforward for most users. Prerequisites: Docker 24+ and Docker Compose v2+:
git clone https://github.com/ModelEngine-Group/nexent.git
cd nexent/docker
cp .env.example .env
bash deploy.sh
For detailed deployment instructions, see Docker Installation.
Ideal for enterprise scenarios requiring high availability and elastic scaling. Prerequisites: Kubernetes 1.24+ and Helm 3+:
git clone https://github.com/ModelEngine-Group/nexent.git
cd nexent/k8s/helm
./deploy-helm.sh apply
For detailed deployment instructions, see Kubernetes Installation.
No installation required — jump right in with our online demo environment to experience Nexent's capabilities instantly.
aiskill88点评:Nexent以零代码+MCP为核心创新,4.6k星量表明社区认可度高。架构设计完整支持RAG和工作流,是AI应用快速原型化的优秀选择,但成熟度仍需验证。
AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。
建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。
✅ MIT 协议 — 最宽松的开源协议之一,可自由商用、修改、分发,仅需保留版权声明。
总体来看,Nexent AI智能体平台 是一款质量优秀的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。
| 原始名称 | nexent |
| 原始描述 | 开源MCP工具:Nexent is a zero-code platform for auto-generating production-grade AI agents us。⭐4.6k · Python |
| Topics | 零代码平台AI智能体MCP协议工作流编排RAG框架 |
| GitHub | https://github.com/ModelEngine-Group/nexent |
| License | MIT |
| 语言 | Python |
收录时间:2026-05-22 · 更新时间:2026-05-22 · License:MIT · AI Skill Hub 不对第三方内容的准确性作法律背书。