Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing incorrect links in Agents Roadmap #10

Merged
merged 2 commits into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions resources/agents_roadmap.md
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