Nexent is an open-source, MIT-licensed AI Agent framework from ModelEngine-Group (v2.1.1, released 2026-05-15). Unlike visual-orchestration platforms such as Dify or Coze, Nexent uses pure natural-language description: one prompt generates an executable, production-grade agent ("One prompt. Endless reach.").
- Project: https://github.com/ModelEngine-Group/nexent
- Docs: https://modelengine-group.github.io/nexent/
- License: MIT | Stack: Python, React + Ant Design, Docker Compose / Kubernetes Helm, MinIO, MCP, A2A
- Constraints as design: tools standardized via MCP; skills loaded progressively into context on demand; memory layered (user-level + user-agent-level) instead of unbounded.
- Feedback loops: agent version management with safe rollback, precise citations and source verification, real-time runtime intervention.
- Control plane: multi-tenancy, RBAC, and resource quotas are architectural core, not add-ons.
- Infrastructure: OpenAI-compatible multi-model integration (LLM/Embedding/VLM/STT/TTS, including domestic Chinese models), plug-and-play MCP tool ecosystem, multi-tenancy + RBAC.
- Agent core: zero-code agent generation from natural language, A2A agent-to-agent collaboration, layered persistent memory, progressive skill disclosure.
- Knowledge & interaction: personal knowledge bases (20+ document formats, smart retrieval, fine-grained access control), multi-source web search integration, traceable knowledge with citations, multimodal interaction (voice/text/image/files), agent versioning, and an agent marketplace.
- v1.x: single-agent tooling — prototypes, basic tools, knowledge base.
- v2.0 (2026-04): A2A protocol support (publish and consume A2A services), progressive skill loading, layered memory, multi-tenancy, agent versioning, agent marketplace.
- v2.1 (2026-04-30): simplified system prompts (
<code>replacing fenced RUN blocks) for small-model compatibility; full-stack A2A coverage. - v2.1.1 (2026-05-15): stability fixes (file forwarding, model addition, knowledge base records).
- Pure language-based development vs. visual orchestration or code
- Native A2A protocol (competitors lack it natively)
- Layered memory and progressive skill disclosure vs. simple chat history or full skill loading
- Open multi-tenancy + RBAC in the core (MIT license), not enterprise-paywalled
- Early ecosystem maturity (~214 contributors; marketplace and community quality unproven)
- Depth of domestic-model compatibility and optimization unclear
- A2A ecosystem itself is still young
- No visualization: complex logic may be harder to understand than flowcharts
- Core experience may still depend on large-parameter models despite v2.1 small-model improvements
Key points
Harness Engineering philosophy
13 core capabilities (grouped)
Version evolution
Deployment
| | Docker (personal/small team) | Kubernetes (enterprise) | |---|---|---| | CPU | 4 cores min / 8 recommended | 4 min / 8 rec | | RAM | 8GB min / 16GB rec | 16GB min / 64GB rec | | Disk | 40GB min / 100GB rec | 100GB min / 200GB rec | | Arch | x86_64 / ARM64 | x86_64 / ARM64 |Deployment uses a Bash TUI menu (component selection, ports, mirror config), saving settings to deploy.options.