Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 390 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 390 Bytes

Agent-Learn

Tip

基于LangChain构建一个Agent(网页搜索,CSV表格交互,Python代码执行)

项目运行

git clone https://github.com/AI3721/Agent-Learn.git
pip install requirements.txt
python webui.py

使用示例

CSV表格交互 LangChainAgent

参考

https://github.com/huccihuang/AIEngineeringVideoCode