mirror of
https://github.com/hwchase17/langchain
synced 2024-11-06 03:20:49 +00:00
Fix broken links in autonomous agents docs (#6398)
Fixes broken links here: https://python.langchain.com/docs/use_cases/autonomous_agents.html #### Who can review? Tag maintainers/contributors who might be interested: Agents / Tools / Toolkits - @hwchase17
This commit is contained in:
parent
d2e9b621ab
commit
9f5f747dc3
@ -11,13 +11,13 @@ usage of LangChain's collection of tools.
|
|||||||
|
|
||||||
## Baby AGI ([Original Repo](https://github.com/yoheinakajima/babyagi))
|
## Baby AGI ([Original Repo](https://github.com/yoheinakajima/babyagi))
|
||||||
|
|
||||||
- [Baby AGI](./baby_agi.html): a notebook implementing BabyAGI as LLM Chains
|
- [Baby AGI](./autonomous_agents/baby_agi.html): a notebook implementing BabyAGI as LLM Chains
|
||||||
- [Baby AGI with Tools](./baby_agi_with_agent.html): building off the above notebook, this example substitutes in an agent with tools as the execution tools, allowing it to actually take actions.
|
- [Baby AGI with Tools](./autonomous_agents/baby_agi_with_agent.html): building off the above notebook, this example substitutes in an agent with tools as the execution tools, allowing it to actually take actions.
|
||||||
|
|
||||||
|
|
||||||
## AutoGPT ([Original Repo](https://github.com/Significant-Gravitas/Auto-GPT))
|
## AutoGPT ([Original Repo](https://github.com/Significant-Gravitas/Auto-GPT))
|
||||||
- [AutoGPT](./autogpt.html): a notebook implementing AutoGPT in LangChain primitives
|
- [AutoGPT](./autonomous_agents/autogpt.html): a notebook implementing AutoGPT in LangChain primitives
|
||||||
- [WebSearch Research Assistant](./marathon_times.html): a notebook showing how to use AutoGPT plus specific tools to act as research assistant that can use the web.
|
- [WebSearch Research Assistant](./autonomous_agents/marathon_times.html): a notebook showing how to use AutoGPT plus specific tools to act as research assistant that can use the web.
|
||||||
|
|
||||||
## MetaPrompt ([Original Repo](https://github.com/ngoodman/metaprompt))
|
## MetaPrompt ([Original Repo](https://github.com/ngoodman/metaprompt))
|
||||||
- [Meta-Prompt](./meta_prompt.html): a notebook implementing Meta-Prompt in LangChain primitives
|
- [Meta-Prompt](./autonomous_agents/meta_prompt.html): a notebook implementing Meta-Prompt in LangChain primitives
|
||||||
|
Loading…
Reference in New Issue
Block a user