MiraclePlus
用户150
分享
聊聊Agent、RAG主流开发技术和未来应用
输入“/”快速插入内容
聊聊Agent、RAG主流开发技术和未来应用
用户3299
用户3299
用户6348
用户6348
用户5247
用户5247
用户384
用户384
用户150
用户150
+5
2024年11月19日修改
by Lilian Weng@OpenAI
一、Agent
论文&开源项目
Chain of Thought
推理场景下的训练语料与 prompt 方法
https://arxiv.org/abs/2201.11903
50%
Reflexion
让 LLM 自我反思
https://arxiv.org/abs/2303.11366
50%
ReAct
让 LLM 观察当前环境做思考后再做行动
https://arxiv.org/abs/2210.03629
50%
Tree of Thought
在特定场景下的 agent 路径规划和设计范式
https://arxiv.org/abs/2305.10601
50%
[开源项目] Auto-GPT
最火爆的 LLM-based agent 开源项目
https://github.com/Significant-Gravitas/AutoGPT
50%
Camel
基于 Role-Playing chatting 的 multi-agent 设计范式
https://arxiv.org/abs/2303.17760
https://github.com/camel-ai/camel
50%
Voyager
LLM-based agent 玩《我的世界》的 demo
https://arxiv.org/abs/2305.16291
50%
ToolLLM
探索 finetune 在 tool use 场景下的提升
https://arxiv.org/abs/2307.16789
50%
ChatDev
在程序开发场景下的multi-agent 协作 demo(基于 Camel)
https://arxiv.org/abs/2307.07924
https://github.com/OpenBMB/ChatDev
50%
MetaGPT
在代码场景的 multi-agent 协作 demo
https://arxiv.org/abs/2308.00352
https://github.com/geekan/MetaGPT
50%
AutoGen
Role-Playing chatting 的 multi-agent 框架
https://arxiv.org/abs/2308.08155
https://github.com/microsoft/autogen
50%
TaskWeaver
code-first 的 agent 框架,在数据处理场景下的 demo
https://arxiv.org/abs/2311.17541
https://github.com/microsoft/TaskWeaver
50%
[开源项目] XAgent
比 Auto-GPT的 benchmark 更高的 agent project
https://github.com/OpenBMB/XAgent
50%
[开源项目] LangGraph
LangChain 团队在 agent 领域的尝试
https://github.com/langchain-ai/langgraph
50%
CogAgent
LLM-based agent 控制手机屏幕完成任务
https://arxiv.org/abs/2312.08914