Awesome AI Agents › Low-Code/No-Code Platforms
heymrun/heym
⭐ 1181
Python
repository created 2026-03-28
Heym is an AI-native automation platform built around language models, agents and tooling rather than around classic trigger-action automation with AI added later. Workflows are assembled on a visual canvas that wires together agent nodes, LLM nodes, vector stores, web scrapers, HTTP calls and message queues, and the same workflow can also be produced from a natural language description, from voice input, from a template or from agent skills. The backend is Python with FastAPI, the frontend is Vue and TypeScript, and the whole system is packaged for Docker so a single script or a released container image brings up a local instance. Once a workflow exists it can be invoked several ways: from the canvas itself, through REST execution endpoints, through server-sent-event streaming, from MCP clients, or through a public portal chat interface that exposes the workflow to end users. Observability is treated as a core feature rather than a paid tier: run history, LLM traces, evaluation runs, logs, OpenTelemetry export and real dollar cost tracking per execution are all included in the self-hostable product. The project argues explicitly against gating production features such as global variables, execution search, insights, audit logs, team controls and customer-facing portals behind enterprise licensing. Supported capabilities listed by the maintainers include multi-agent orchestration, retrieval-augmented generation pipelines, Model Context Protocol support both as a server and as a client, and human-in-the-loop review steps where a person approves or edits before execution continues. Licensing is MIT with a Commons Clause condition, which makes it source-available rather than fully open source. The intended users are teams that want to build and operate agentic business processes on their own infrastructure while keeping visibility into every model call and its cost.
https://github.com/heymrun/heym
workflow-automationno-codevisual-canvasragmcphuman-in-the-loopobservabilityevalsself-hostedpython
Also in Low-Code/No-Code Platforms
AnythingLLM is an all-in-one AI application that enables intelligent chat interactions with documents using various large language models, supporting multi-user management, no-code AI agent building, and multi-modal capabilities in both desktop and Docker environments.
NocoBase is an open-source AI + no-code platform that accelerates business system development by combining AI agents with a WYSIWYG no-code interface for speed and reliability.
Maxun is an open-source no-code platform that enables users to create custom robots for automated web data extraction, turning websites into APIs and spreadsheets without coding.
Databerry is a no-code platform that enables users to build custom Large Language Model agents without programming skills, making AI development accessible and user-friendly.
LLMStack is a no-code multi-agent framework for building generative AI agents, workflows, and applications that integrate with your data and business processes, deployable on cloud or on-premise with multi-tenant support and API access.
Source-available agent platform that pairs a drag-and-drop visual builder with a TypeScript SDK kept in two-way sync, plus a configuration API, CLI, chat UI library and OpenTelemetry tracing.
Next.js template for building an AI workflow automation platform, with a React Flow drag-and-drop canvas, prebuilt integrations, execution logs and conversion of workflows into TypeScript code.
Flock is a workflow-based low-code platform for rapidly building chatbots, RAG applications, and coordinating multi-agent teams, featuring modular nodes, human-in-the-loop support, and integration with advanced AI tools.