Skip to content

Directory · Agents

Flowise

Open-source visual builder for LLM chains and agents — drag-and-drop nodes for RAG, tools, and chatflows.

Open Source

Best for

Quick RAG prototypes, visual chain debugging, teams allergic to YAML

Pros and cons

Pros

  • Fastest visual RAG demo
  • Self-hostable
  • Large node library

Cons

  • Less polished than Dify for end-user apps
  • Complex flows get messy on canvas
  • Production hardening is on you

Alternatives

More agents tools

CrewAI

Agents

Open Source

Multi-agent orchestration framework — define roles, goals, and tasks; agents collaborate on research, writing, and analysis jobs.

Best for

Multi-agent prototypes, non-engineer experimentation, role-based task pipelines

Pros

  • Fastest path to a multi-agent demo
  • Role/goal/task model is intuitive
  • Large community and template library

Cons

  • Harder to debug than explicit graphs
  • Production reliability needs extra discipline
  • Token burn on chatty agent loops

Alternatives

LangGraphAutoGenCustom orchestration

Dify

Agents

Open Source

Open-source platform for building AI apps — visual workflows, RAG pipelines, agents, and an embeddable chat UI.

Best for

Low-code AI apps, internal tools, RAG chatbots without writing a full stack

Pros

  • Visual builder for RAG and agents
  • Self-host or managed cloud
  • API + embeddable widget out of the box

Cons

  • Less flexible than code-first frameworks
  • Self-host ops (Docker, workers, vector DB)
  • UI can feel opinionated for power users

Alternatives

Flowisen8nCustom Next.js app

LangGraph

Agents

Open Source

Stateful graph framework for building reliable multi-step AI agents with cycles, checkpoints, and human-in-the-loop.

Best for

Production agent workflows, tool loops, durable state, Python/TS agent backends

Pros

  • First-class state and checkpointing
  • Cycles and branching (not just DAGs)
  • LangSmith integration for traces

Cons

  • Steeper learning curve than CrewAI
  • LangChain ecosystem baggage
  • Overkill for simple one-shot chains

Alternatives

CrewAIMastraCustom code

Browse the full directory →