Skip to content

Gvb3a/ai_agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ai agent

This telegram bot gives access to an ai agent that can search for information on the internet, use WolframAlpha, summarize youtube videos and search for pictures.

Tools:

Lanch

Download the necessary libraries (requirements.txt)
Create this .env file and fill api keys

BOT_TOKEN=
GROQ_API_KEY=
TAVILY_API_KEY=
WOLFRAM_SIMPLE_API_KEY=
WOLFRAM_SHOW_STEPS_RESULT=
DETECT_LANGUAGE_API=
GOOGLE_API_KEY=
E2B_API_KEY=

Then run bot.py

Todo:

  • Local llm wia hugging face and ollama
  • Work with files (removebg)
  • Integration with Todoist, Calendar, Gmail, Notion
  • Memory as in ChatGPT
  • Embedings and vector datebase
  • Improve picture generate (setting, delete files, more api's)
  • ElevenLabs
  • Working with multiple files (merge pdf) and sending files
  • Upgrate google_full_search and wolfram_full_answer
  • See what can be taken from https://github.com/theurs/tb1
  • TODO in files
  • CLI interface

You can try it here if it is enabled

Releases

No releases published

Packages

No packages published

Languages