Agents, workflows, and app builders

Agents, workflows, and app builders

Agents, workflows, and app builders for self-hosted automation.

Projects — 4
Updated regularly

Automation

Workflow engines and agent systems for repeatable internal automation.

Use this page when the goal is not just chat, but multi-step workflows, autonomous tasks, or internal AI applications.

Dify and n8n

Good starting points when you need app builders, workflow orchestration, or a hosted-like product surface under your control.

CrewAI and AutoGen

Better when you need multi-agent coordination and programmable task loops instead of a single assistant UI.

Why it works

  • App builders

    Dify helps teams ship AI apps and internal tools without wiring every step manually.

  • Agent orchestration

    CrewAI and AutoGen are stronger when you need multi-agent task flow instead of a single-turn assistant.

  • Workflow automation

    The n8n starter kit is a practical entry point for self-hosted automation tied to AI actions.

Curated repositories

Agent and workflow platforms

4 projects
langgenius

langgenius/dify

langgenius

139.2k

Production-ready platform for agentic workflow development.

21.8k|TypeScript
NOASSERTION
aigptllm
crewAIInc

crewAIInc/crewAI

crewAIInc

49.9k

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.

6.9k|Python
MIT
agentsaiai-agents
microsoft

microsoft/autogen

microsoft

57.4k

A programming framework for agentic AI

8.7k|Python
CC-BY-4.0
chatgptllm-agentllm-framework
n8n-io

n8n-io/self-hosted-ai-starter-kit

n8n-io

14.7k

The Self-hosted AI Starter Kit is an open-source template that quickly sets up a local AI environment. Curated by n8n, it provides essential tools for creating secure, self-hosted AI workflows.

3.7k|Unknown
Apache-2.0
ailow-codeself-hosted

Related pages

Keep browsing

FAQ

Questions answered

How are agents different from chat apps?

Agents execute steps, call tools, and coordinate workflows. Chat apps present the conversation layer; agents handle the automation layer.

When should I use a workflow builder instead?

Use one when the job is repeatable, multi-step, and easier to maintain as a flow than as a prompt loop.