You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/docs/faq.md

754 B

This page summarizes questions we were asked on Discord, Hacker News, and Reddit. Feel free to post a question to Discord or open a discussion on our Github Page or hit us up directly: kye@apac.ai.

1. How is Swarms different from LangChain?

Swarms is an open source alternative to LangChain and differs in its approach to creating LLM pipelines and DAGs. In addition to agents, it uses more general-purpose DAGs and pipelines. A close proxy might be Airflow for LLMs. Swarms still implements chain of thought logic for prompt tasks that use "tools" but it also supports any type of input / output (images, audio, etc.).