docs: 为LangChain Agent添加完整的表单配置文档集
添加详细的文档集,为LangChain Agent生成表单配置提供完整的参考指南。包括: - 数据结构总览:核心FormField、ComponentProps、Option等结构定义 - 组件类型参考:30+种表单组件的详细说明和配置要点 - 配置规范:component_props的完整属性规范和数据提交格式 - LangChain Agent使用指南:自然语言到组件的映射、必填识别、选项提取规则 - 示例数据:20+个真实配置示例和完整表单模板 - 规则控制系统:字段显示/隐藏规则的详细实现机制 - API接口文档:表单管理和数据操作的所有接口说明 - 页面数据提取指南:从实际运行表单中提取配置的方法
Showing
10 changed files
with
1384 additions
and
0 deletions
CHANGELOG.md
0 → 100644
docs/agent/00-数据结构总览.md
0 → 100644
docs/agent/01-表单字段组件类型.md
0 → 100644
docs/agent/02-component_props-配置规范.md
0 → 100644
docs/agent/03-API-接口文档.md
0 → 100644
docs/agent/04-示例数据.md
0 → 100644
This diff is collapsed. Click to expand it.
docs/agent/05-LangChain-Agent-使用指南.md
0 → 100644
This diff is collapsed. Click to expand it.
docs/agent/06-规则控制系统.md
0 → 100644
This diff is collapsed. Click to expand it.
docs/agent/07-页面数据提取指南.md
0 → 100644
This diff is collapsed. Click to expand it.
docs/agent/README.md
0 → 100644
-
Please register or login to post a comment