Show HN: OpenMolt – A programmatic AI agent framework for Node.js

Hacker News Show AI
Generative AI Open Source AI

Hi HN! I built OpenMolt, an open-source framework for creating programmatic AI agents in Node.js. Instead of wiring complex workflows (that can break), you define agents in code with instructions, tools, integrations, and memory. The agent then plans steps and executes actions like calling APIs, updating data, or interacting with services. When things break or change, the agent can adapt instead of failing like static workflows. The goal is to make agents behave like real software systems than prompt scripts.