A framework for building LLM applications, agent workflows, retrieval systems, and tool-calling chains.
LangChain is used to orchestrate prompts, tools, memory, retrieval, and multi-step workflows when developers want to build AI applications beyond a single model call.
A TypeScript SDK for building streaming AI interfaces and model-powered web applications.
Vercel AI SDK is used to add chat, streaming responses, structured generation, and multi-provider model support to web apps built with modern JavaScript frameworks.
A visual builder for LLM workflows, agents, and chat systems with self-hosted deployment options.
Flowise is used to prototype chains and agents visually, connect models and tools, and deploy internal AI utilities without hand-writing every orchestration step.
A framework focused on knowledge retrieval, data connectors, and agent workflows over structured and unstructured data.
LlamaIndex is used to connect data sources to models, build RAG systems, and create AI applications that need indexing and retrieval logic over business content.
A workflow automation platform with strong support for AI agents, custom logic, and self-hosted deployment.
n8n is used to build automations that connect APIs, databases, and AI services, especially when teams want more control than a fully managed no-code platform offers.
OpenAI's framework for building agentic applications with tools, memory, and model-driven control loops.
The OpenAI Agents SDK is used to create tool-using assistants, orchestrate multi-step tasks, and structure agent application code around OpenAI models.
An SDK for building AI agents and orchestration workflows in .NET, Python, and Java.
Semantic Kernel is used to structure prompts, plugins, memory, and planning logic in applications that need reusable AI orchestration inside standard software projects.
An open-source research agent for software engineering tasks such as issue resolution and repository-level problem solving.
SWE-agent is used to experiment with agentic software engineering, benchmark task completion, and automate controlled coding workflows over repositories.