docs: 根据 2.16.0 文档更新中英文 README
- 新增 AI Agent 编排章节(liteflow-react-agent,v2.16.0 头号特性)
- 同步特性列表:Spring Boot 4、JDK21+ 虚拟线程、脚本语言、规则持久化
- 概述升级为现代化规则引擎定位,补充 AI Agent 一等公民编排
- 顶部互加中英文语言切换链接
- 保留中文 README 赞助商与 LF CLUB 社区段落
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com
轻量,快速,稳定,可编排的组件式规则引擎/流程引擎。 拥有全新设计的DSL规则表达式。 组件复用,同步/异步编排,动态编排,支持超多语言脚本,复杂嵌套规则,热部署,平滑刷新规则等等功能,让你加快开发效率!
版权所有:中国计算机学会技术支持:开源发展技术委员会
京ICP备13000930号-9
京公网安备 11010802047560号
中文
Your star is my motivation to keep going. If you like LiteFlow, please help me with a star in the upper right corner.
Overview
LiteFlow is a powerful, modern rules engine framework that combines the best of orchestration and rules engines. It can be used in the field of complex componentized business orchestration. DSL rules drive the whole complex business, and can achieve smooth refresh hot deployment, supporting the embedding of multiple scripting language rules. Help the system become more silky and flexible.
LiteFlow was officially open-sourced in 2020 and has since become an indispensable presence in the field of open-source rule engines in China. What’s more, the most crucial aspect is that LiteFlow is an open-source project that continues to iterate at a high speed.
Starting from v2.16.0, LiteFlow even turns an AI Agent into a first-class citizen that can be orchestrated directly into your rules, standing shoulder to shoulder with your existing business nodes.
LiteFlow is a community-driven project with a strong emphasis on its large and active user community. We welcome you to raise any issues or suggestions you may have within the community.
You can find out how to join the community on the official website!
Website url: Click here to access the official website
Documents url: Click here to enter the documentation to learn
Feature
What scenarios apply
LiteFlow is a choreographed rules engine that is best at decoupling your systems. If you have a complex system with bloated code, the LiteFlow framework is a great solution.
LiteFlow uses regular expressions to drive the engine that you define. Have you ever thought about how to write multithreaded process choreography like the following?
These processes can be easily solved with LiteFlow! The framework has a very low threshold to learn the expression language, but it can accomplish extremely high complexity of the choreography.
LiteFlow has an extremely detailed and easy-to-understand documentation, it can help you solve more than 95% of your problems when using the framework.
LiteFlow has 2000 test cases and more. Complete documentation and comprehensive test case coverage guarantee the stability of LiteFlow framework!
Looking forward to your use!
AI Agent Orchestration (New in v2.16.0)
Starting from v2.16.0, LiteFlow ships its own AI Agent module,
liteflow-react-agent.It is not a simple “LLM component”. Instead, it wraps a full ReAct (Reasoning + Acting) Agent into a standard LiteFlow component — one component is one Agent. You only declare a component and implement a few simple methods; talking to LLM providers, multi-turn conversation memory, and the Skills system are all handled for you by the module.
Once an Agent becomes a LiteFlow component, it automatically inherits the full orchestration power of LiteFlow. You write rules exactly the way you always have — except one of the nodes is now a thinking AI:
None of
THEN,WHEN,IF,SWITCHorFORhere is newly invented for AI — they are the same orchestration operators LiteFlow has used for years. If you can orchestrate LiteFlow, you can orchestrate AI.The module connects to mainstream LLM platforms — OpenAI, Claude, Gemini, DeepSeek, Qwen (DashScope), Kimi, GLM and more — and provides multi-turn conversation memory, the Skills system, workspace file tools, streaming output, and so on. Switching models is basically a one-line change to
model().Sponsors
驰骋工作流引擎
FastBee物联网平台
速众 AI 低代码开发平台
Easysearch
DISCORD LINK
Discord Link: https://discord.gg/MpdBSBnFTu
WECHAT OFFICIAL ACCOUNT
Since the community group is over 200 people, you need to be invited to join the group. Follow the WECHAT OFFICIAL ACCOUNT and click
Personal WeChatto add me, I can invite you into the groupOpen source is not easy, please sponsor LiteFlow if you support it