Files
陈子默 1c205c3720 feat: 先进智能体功能上线
- 基于 agent-runtime 打造,默认 ReAct agent
- 支持 agent 能力对接,已对接工作流、插件、知识库等 tool 能力
- 全新 agent 编排界面,支持可视化便捷配置 agent
- 全新 agent 聊天界面,支持快捷操作、额外知识库选择等
2026-05-28 11:29:18 +08:00
..
2026-05-28 11:29:18 +08:00
2026-02-22 18:56:10 +08:00
2026-02-22 18:56:10 +08:00

@easyflow/utils

用于多个 app 公用的工具包,继承了 @easyflow-core/shared/utils 的所有能力。业务上有通用的工具函数可以放在这里。

用法

添加依赖

# 进入目标应用目录,例如 apps/xxxx-app
# cd apps/xxxx-app
pnpm add @easyflow/utils

使用

import { isString } from '@easyflow/utils';