1 रिपॉजिटरी
Runtimes specifically designed to execute the logic and state management of conversational agents.
Distinct from Node.js Server Frameworks: Focuses on the specialized runtime for bot event loops and state, whereas server frameworks are general-purpose web application backends.
Explore 1 awesome GitHub repository matching web development · Bot Engines. Refine with filters or upvote what's useful.
Hubot is a Node.js bot engine and programmable framework for creating conversational agents that respond to user triggers and automate tasks across various messaging platforms. It functions as a command-based agent capable of processing deterministic slash commands with argument validation and role-based access control. The system uses a modular adapter pattern to connect a single bot instance to multiple chat backends through a unified interface. It is an extensible automation tool that allows the integration of external services, such as translation engines and mapping utilities, via custom
Ships a dedicated Node.js runtime environment for deploying programmable chat robots with external state persistence.