Hello everyone 👋
i am @ybouane Creator of Open Molt4th project I am starting in 2026! (No hesitation Follow my build in public travel on X.)
I started building it because most of the AI ​​agent tools I tried were basically designed like this. Chat assistants. This works well for personal workflows, but makes them difficult to use within real applications.
For example, imagine a SaaS backend receiving a request such as:
POST /generate-reportInstead of running a fixed pipeline, a The agent can decide how to complete the task.:
Collect data
Call the APIs.
Generate output
Update systems
That’s the idea behind OpenMolt.
This is one An open source framework for programmatic AI agents in Node.jswhere agents are defined directly in code with:
Instructions
tools
integration
Memory
When triggered, the agent executes a Planning + Execution LoopDeciding which tools to use to complete the task.
Some current features:
Tool and API integration
Short term and long term memory
Scheduling
CLI Runner
Capability-based permissions (agents only access tools you explicitly allow)
The goal is to make AI agents behave like this. Software systems Compared to instant scripts.
OpenMolt is still early days, and I’m really interested in hearing from developers:
Happy to answer any questions or dive deeper into the architecture.
Thanks for checking it out