anything-llm
by Mintplex-Labs
Local-first JS framework for building and running agentic LLM apps
Overview
Provides a local-first, JavaScript-first framework for building and running agentic applications. Composes multimodal LLMs, tool integrations, RAG, and orchestration primitives so agents run without cloud dependence. Includes no-code flows, developer SDKs, and connectors for common vector stores and local LLM runtimes. It also embraces planning patterns to structure decision-making and supports event-driven agent orchestration for reactive workflows, enabling more robust agent behaviors. planning-pattern and event-driven-agent-pattern help codify these approaches.
The Value Proposition
Ideal For
Developers and teams building self-hosted, multimodal agent systems who need local runtimes and reproducible workflows for testing and deployment. This ecosystem maps well to architectures such as the Hierarchical Multi-Agent Pattern to manage complex agent hierarchies and coordination.
Use Cases
- Run and test agents locally to reproduce failures before cloud deployment
- Compose multimodal agents with RAG and vector stores for private data access
- Build no-code prototypes of agent workflows and hand off to developers for production hardening