Skip to content

Commit

Permalink
Fixing incorrect links in Agents Roadmap (#10)
Browse files Browse the repository at this point in the history
* Update link for Harrison Chase - Agents Masterclass from LangChain Founder in Agents Roadmap

Fixing Incorrect link pointing  to generic search of llm agents  https://www.youtube.com/results?search_query=agents+llm
to the master class video

* Update incorrect links in agents_roadmap.md
  • Loading branch information
VigneshPasupathy committed May 2, 2024
1 parent aba5455 commit 77e5d02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/agents_roadmap.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ If you’ve been looking to learn more about LLM agents and maybe even create yo

## **Day 2: Core Components**

1. Harrison Chase - Agents Masterclass from LangChain Founder ([link](https://www.youtube.com/results?search_query=agents+llm))
1. Harrison Chase - Agents Masterclass from LangChain Founder ([link](https://www.youtube.com/watch?v=DWUdGhRrv2c))
2. Introduction to LLM Agents by Nvidia ([link](https://developer.nvidia.com/blog/introduction-to-llm-agents/))

---
Expand All @@ -38,13 +38,13 @@ If you’ve been looking to learn more about LLM agents and maybe even create yo

## **Day 4- Real-World Agents**

1. Harrison Chase - Agents Masterclass from LangChain Founder ([link](https://www.youtube.com/results?search_query=agents+llm))
1. Harrison Chase - Agents Masterclass from LangChain Founder ([link](https://www.youtube.com/watch?v=DWUdGhRrv2c))
2. What's next for AI agents ft. LangChain's Harrison Chase ([link](https://www.youtube.com/watch?v=pBBe1pk8hf4))
3. Scaling AI Agents for Real-World Tasks with Parcha CEO AJ Asver ([link](https://www.youtube.com/watch?v=zCGWDWCTYkE))
4. Learn about popular real world agents (read any one):
- ChemCrow: Augmenting large-language models with chemistry tools ([link](https://arxiv.org/abs/2304.05376))
- BabyAGI ([link](https://github.com/yoheinakajima/babyagi))
- OS-Copilot: Towards Generalist Computer Agents with Self-Improvement ([link](https://arxiv.org/abs/2304.05376))
- OS-Copilot: Towards Generalist Computer Agents with Self-Improvement ([link](https://arxiv.org/abs/2402.07456))

4. Use these Github repos to check out the latest research in agents (use this as a reference only; it’s not required to read through everything)
- **[awesome-llm-powered-agent](https://github.com/hyp1231/awesome-llm-powered-agent)**
Expand Down

0 comments on commit 77e5d02

Please sign in to comment.