Skip to content

Commit

Permalink
Merge pull request #171 from CharlesCNorton/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
burtenshaw authored Jan 13, 2025
2 parents e2ae792 + ababad1 commit bda177f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 8_agents/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AI Agents are autonomous systems that can understand user requests, break them d

## Module Overview

Building effective agents requires understanding three key components. First, retrieval capabilities allow agents to access and use relevant information from various sources. Second, function calling enables agents to take concrete actions in their environment. Finally, domain-specific knowledge and tooling equips agents for specialized tasks like code manipulation.
Building effective agents requires understanding three key components. First, retrieval capabilities allow agents to access and use relevant information from various sources. Second, function calling enables agents to take concrete actions in their environment. Finally, domain-specific knowledge and tooling equip agents for specialized tasks like code manipulation.

## Contents

Expand Down Expand Up @@ -33,4 +33,4 @@ Custom function agents extend basic AI capabilities through specialized function
- [Agent Guidelines](https://huggingface.co/docs/smolagents/tutorials/building_good_agents) - Best practices for building reliable agents
- [LangChain Agents](https://python.langchain.com/docs/modules/agents/) - Additional examples of agent implementations
- [Function Calling Guide](https://platform.openai.com/docs/guides/function-calling) - Understanding function calling in LLMs
- [RAG Best Practices](https://www.pinecone.io/learn/retrieval-augmented-generation/) - Guide to implementing effective RAG
- [RAG Best Practices](https://www.pinecone.io/learn/retrieval-augmented-generation/) - Guide to implementing effective RAG

0 comments on commit bda177f

Please sign in to comment.