- [Baby AGI](./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.
- [AutoGPT](./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.