https://github.com/jacktheprogrammer/research-purpose-ai-agent
https://github.com/jacktheprogrammer/research-purpose-ai-agent
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jacktheprogrammer/research-purpose-ai-agent
- Owner: JackTheProgrammer
- Created: 2025-06-23T13:57:50.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-06-23T14:17:51.000Z (10 months ago)
- Last Synced: 2025-06-23T15:27:59.769Z (10 months ago)
- Language: Jupyter Notebook
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Creating research purpose AI agent using python
This AI agent uses:
* Arxiv
* Wikipedia
* DuckDuckGo
* Custom function for saving the result to the text file
## Resources
* [Build an AI agent from scratch using python](https://www.youtube.com/watch?v=bTMPwUgLZf0&t=147s "Video")
* [Git repo of the above video tutorial](https://github.com/techwithtim/PythonAIAgentFromScratch/blob/main/main.py "GitHub repo")
## Langchain resources
I used the langchain's following documents:
* [Arxiv as a tool](https://python.langchain.com/api_reference/community/utilities/langchain_community.utilities.arxiv.ArxivAPIWrapper.html "documentation")
* [Gemini as LLM of agent](https://python.langchain.com/api_reference/google_genai/chat_models/langchain_google_genai.chat_models.ChatGoogleGenerativeAI.html "documentation")