MLSAKIIT/pixly

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

開放

#14 建立於 2025年10月14日

 (2 則留言) (0 個反應) (1 位負責人)Python (15 個分叉)auto 404
enhancementhacktoberfest

倉庫指標

星標
 (20 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南