docs(agent): add README for react-agent parent and sub-modules

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
everywhere.z
2026-04-19 20:08:14 +08:00
parent 4b2050446c
commit efe384890a
6 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# liteflow-react-agent-dashscope
阿里云 DashScope / Qwen 模型支持。
## 使用
```java
DashScopeChatModel model = DashScopeModelFactory.of(apiKey, "qwen3-max");
```