LazyLLM
Build multi-agent AI apps, RAG pipelines, and model fine-tuning fast
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install LazyLLM?โผ
Run `npx skills add LazyAGI/LazyLLM --all -g -y` in your terminal to install all skills in this suite globally.
What can you build with LazyLLM?โผ
You can build chatbots, multi-agent systems, RAG knowledge-base Q&A apps, and fine-tuned model services using simple Python pipelines with one-command deployment.
Does LazyLLM support both online and local models?โผ
Yes. OnlineModule connects to providers like OpenAI, Qwen, and DeepSeek, while TrainableModule deploys local models with vLLM or LMDeploy, both sharing the same calling interface.
How do I create an AI agent with tools in LazyLLM?โผ
Register any function with the fc_register decorator, then pass it to a built-in agent like ReactAgent or PlanAndSolveAgent along with an LLM to start handling tool-calling tasks.
Can beginners use LazyLLM without deep AI expertise?โผ
Yes. Its low-code design lets you assemble agents, RAG pipelines, and web interfaces from pre-built modules with just a few lines of Python.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core