Skip to content

Commit

Permalink
增加工作流Agent cookbook的链接 (#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
userpj authored Dec 25, 2024
1 parent ba06206 commit 4fdf5a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ Hook:
| 基础能力组件 | [基础组件服务化](/cookbooks/components/agent_runtime.ipynb) | 基础组件可通过flask实现服务化部署 或 通过chainlit实现可交互的前端部署,集成到您的系统中 |
| 流程编排 | [Assistant SDK](/cookbooks/pipeline/assistant_function_call.ipynb) | 学习如何纯代码态搭建一个Agent应用,并实现自定义工作流程及FunctionCall |
| 端到端应用 | [AppBuilder Client SDK](/cookbooks/agent_builder.ipynb) | 使用AppBuilder网页端创建并发布一个Agent应用后,通过AppBuilderClient SDK集成到你的系统中 |
| 端到端应用 | [Agent应用-工作流Agent](/cookbooks/end2end_application/agent/chatflow.ipynb) | 使用AppBuilder网页端创建并发布一个工作流Agent应用后,通过AppBuilderClient SDK集成到你的系统中 |
| 端到端应用 | [通过AppBuilder-ToolCall功能实现端云组件联动的Agent](/cookbooks/end2end_application/agent/tool_call.ipynb) | 学习Agent、FunctionCall的知识,并构造调用本地组件的Agent |
| 端到端应用 | [简历筛选小助手](/cookbooks/end2end_application/rag/rag.ipynb) | 通过对本地简历库的简历进行解析、切片、创建索引,实现基于JD进行简历筛选,并对筛选的Top1简历进行总结 |
| 端到端应用 | [企业级问答系统](/cookbooks/end2end_application/rag/qa_system_2_dialogue.ipynb) | 学习如何通过SDK与网页平台搭配,实现离线知识库生产与在线问答 |
Expand Down
1 change: 1 addition & 0 deletions cookbooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@

### 端到端应用
- [Agent应用](/cookbooks/end2end_application/agent/appbuilder_client.ipynb)
- [Agent应用-工作流Agent](/cookbooks/end2end_application/agent/chatflow.ipynb)
- [RAG应用-简历筛选小助手](/cookbooks/end2end_application/rag/rag.ipynb)
- [RAG应用-问答助手](/cookbooks/end2end_application/rag/console_rag.ipynb)
- [RAG应用-企业问答系统-离线知识生产](/cookbooks/end2end_application/rag/qa_system_1_dataset.ipynb)
Expand Down

0 comments on commit 4fdf5a1

Please sign in to comment.