Build and deploy AI agents and RAG pipelines visually
Stars154.1K
Commit8h ago
LicenseUnknown
Dify is where a prompt experiment becomes something a team can operate. Workflows are assembled on a canvas, datasets are indexed and versioned, and every deployment gets an API endpoint with logging and cost tracking attached.
Drag-and-drop builder for agents and RAG pipelines
Stars154K
Commit10h ago
LicenseMIT
Langflow turns pipeline construction into a graph you can see. Components are Python underneath, so a flow that outgrows the canvas can be exported and run as code rather than rebuilt.
Browser Use gives an agent a real browser rather than an HTTP client. It handles the translation between a model's intent and DOM actions, keeps a structured representation of the page in context, and recovers from the usual navigation failures.
Autonomous agents that complete real engineering tasks
Stars85.8K
Commit8h ago
LicenseMIT
OpenHands runs agents that plan and execute multi-step engineering work: reading a repository, editing files, running tests, and iterating until a task is done. Each agent works inside a sandboxed runtime rather than on the host machine.
Parlant addresses the problem that stops most support agents from shipping: a model that is helpful ninety-five percent of the time is not safe to put in front of customers. It manages behaviour through explicit, context-matched guidelines rather than one long prompt.
Browserbase runs the browsers so you do not have to. Sessions, proxies, captcha handling, and stealth configuration are managed, which removes the least interesting and most fragile part of building anything that scrapes or automates the web.