#445 · Primary category: AI Agents & Automation

liteflow

ai-agent ai-agents component dsl flow-engine hot-reload java-rule java-rule-engine rule-engine

Lightweight rule engine that orchestrates AI agents as components via DSL, supporting hot deployment and multi-language scripting.

Project last updated:07/31/26

GitHub Stars

3.8K

Forks

525

Contributors

63

License

Apache-2.0

Why we included this project

For Java teams whose business flows have grown too tangled for hand-written control flow but stay short of needing a heavyweight workflow product, LiteFlow expresses orchestration as readable DSL rules. XML, JSON, and YAML all work, so complex mixes of synchronous and asynchronous branches, retries, and nested logic become something you can edit and review without recompiling, and rule changes hot-refresh into the running system. Since v2.16.0 the project wraps a full ReAct agent into an ordinary component, letting you drop a thinking LLM node into the same THEN/WHEN/IF chains you already use for plain business steps. Multi-agent patterns like parallel analysis feeding an aggregated decision read like ordinary rules, which makes adding intelligence to existing pipelines far less invasive than bolting on a separate agent framework.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category