An open API service indexing awesome lists of open source software.

https://github.com/jacktheprogrammer/research-purpose-ai-agent


https://github.com/jacktheprogrammer/research-purpose-ai-agent

Last synced: 8 months ago
JSON representation

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")