Hi Devs!
Weβre a small group of open-source AI enthusiasts working within a big company, trying to build something meaningful. Today, weβre super excited to share Nexent with you β a project that makes it incredibly easy to go from a natural language prompt to a working AI agent.
No drag-and-drop. No scripts. No code. Just a prompt β plan β execute.
π§ What Is Nexent?
Nexent is a zero-code, open-source platform that automatically generates intelligent agents from natural language. These agents arenβt just fancy chatbots β they can:
- Understand your goals
- Plan multi-step tasks
- Use external tools and APIs
- Manage memory and context
- Return results in structured formats
Nexent agents combine models, tools, and data into fully functional intelligent workflows β all triggered by a simple prompt.
π οΈ Try It in 4 Lines
Yes, itβs that simple to get started. Just clone, install, and run:
git clone https://github.com/ModelEngine-Group/nexent.git
cd nexent/docker
cp .env.example .env # fill only nessasary configs
bash deploy.sh
And youβll get access to:
- A web interface for running agents
- Built-in tools and examples
- Support for local model plugins
- MCP tools integration
β¨ Why We Built Nexent
As developers working inside a large company, we saw a lot of exciting LLM and AI tooling β but most of it required complicated orchestration, scripts, or internal glue code.
We wanted to build something different:
- No-code but not limited
- Extensible via simple plugins (MCP-based)
- Fast to prototype, but strong enough for production
- Open-source and self-hosted, always
π Example Use Case: Knowledge Assistant AI Agent (Multimodal + Source-Aware)
Nexent powers a knowledge assistant agent that goes far beyond basic Q&A. It can:
- π Search internal docs and the web
- π Trace source citations for every response
- π§ Summarize or synthesize across multiple formats
- πΌοΈ Present information in text, images, and charts
- π§ Use both LLMs and custom tools to answer complex domain-specific queries
Whether it's for research, compliance, or decision support β this agent acts as a smart, explainable layer on top of your knowledge base and APIs.
π Want to See It in Action?
the GitHub repo:
π https://github.com/ModelEngine-Group/nexent
Weβre actively looking for feedback, contributors, and early adopters to help shape the direction of this project.
π How You Can Help
If you find this project interesting, hereβs how you can support us:
- β Star the repo and give us a look!
- π£ Share it with your network or community
- π§© Build a plugin or a new agent use case
- π File an issue, bug, or feature request
- π― Suggest an integration or application idea
Weβre just getting started, and weβd love to build this with you.
π Oh, and a Few Extras...
We offer:
- π Open-source contributor badges
- π Swag/gifts for active contributors
- π§ Public acknowledgments on our site and GitHub
- π¦ Ready-to-use agent templates and demo configs
Thanks for reading β and we hope you give Nexent a try!
Feel free to comment here or reach us via GitHub or our contact in the README.
The future of intelligent automation starts with a prompt.
Letβs build it β together.
Top comments (0)