command
Version:
v1.3.0
Opens a new window with list of versions in this module.
Published: Feb 26, 2026
License: MIT
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
高优先级功能 (High Priority Features)
展示产物管理、HITL 中断、OpenAPI 工具生成、部署、增强检查点、可视化工作流构建。
功能
- Artifacts:文件产物的创建、标签管理和查询
- HITL:Human-in-the-Loop 中断审批机制(异步等待人工确认)
- OpenAPI Tools:从 OpenAPI Spec 自动生成 LLM 可调用的工具
- Deployment:K8s 部署清单生成和预览
- Enhanced Checkpoints:工作流检查点的版本管理和时间旅行对比
- Visual Builder:可视化工作流构建器,生成可执行 DAG
前置条件
运行
cd examples/17_high_priority_features
go run main.go
代码说明
各功能模块独立演示:artifacts.NewManager 管理产物;hitl.NewInterruptManager 处理审批中断;openapi.NewGenerator 从 Spec 生成工具;workflow.NewVisualBuilder 将可视化节点编译为 DAG。
Documentation
¶
示例 17:高优先级功能演示
演示内容:产物管理、HITL 中断、OpenAPI 工具、部署、增强检查点与可视化构建
Source Files
¶
Click to show internal directories.
Click to hide internal directories.