Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
hwchase17 committed Apr 19, 2023
1 parent 8a050ba commit b7dc04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/use_cases/autonomous_agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ usage of LangChain's collection of tools.
- [Baby AGI with Tools](autonomous_agents/baby_agi_with_agent.ipynb): 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](autonomous_agents/autogpt.ipynb): a notebook implementing AutoGPT in LangChain primitives

0 comments on commit b7dc04c

Please sign in to comment.