MLSAKIIT/pixly

Add toolcalling to chatbot.py using Agno to improve contextual qeuries

Aperta

#14 aperta il 14 ott 2025

 (2 commenti) (0 reazioni) (1 assegnatario)Python (15 fork)auto 404
enhancementhacktoberfest

Metriche repository

Star
 (20 stelle)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

Currently we feed the screenshots if certain keywords are detected, and if a game is detected then we always send the additional context from ChromaDB to Gemini. Instead of manually calling functions add tool calling for said functions so that they can be called by the LLM itself. Also add the following improvements:

  • Allow more flexibility for gemini to ask for a certain number of screenshots and from a specified range of dates
  • Allow more flexibility for for grabbing context from the vector db where it can ask for context multiple times and amount of context it needs.
  • Plus modularity to expand functionality

Guida contributor