Add JSON results file and enhance answer extraction logic in run_local.py d820c3e Paperbag commited on Apr 6
Add specialized handling for known questions and implement debugging scripts for question validation b70c4a4 Paperbag commited on Apr 5
Remove unused environment check and verification scripts to clean up the codebase 56ff652 Paperbag commited on Apr 5
Remove deprecated debug scripts and related files for Q1 and Q2, streamlining the codebase by eliminating unused search and test functionalities. 3ceecbd Paperbag commited on Apr 5
Enhance question answering hints and add debugging scripts for question validation 1367742 Paperbag commited on Apr 5
Refactor and add new debugging scripts; update question fetching logic 3f4fc54 Paperbag commited on Apr 5
Merge branch 'main' of https://github.com/jytan023/Final_Assignment_Template be57dce Paperbag commited on Mar 24
feat: Reorder `smart_invoke` fallback to OpenRouter-Gemini-Groq, add adaptive Gemini model selection, and persist API tier for subsequent calls. 825865b Paperbag commited on Mar 23
feat: Upgrade Gemini model, reorder model fallback tiers, enhance error handling, and add image tool forcing with a new test. 53e9378 Paperbag commited on Mar 23
refactor: Remove explicit `google_api_key` assignment for Gemini model, relying on automatic environment variable pickup. 60d960d Paperbag commited on Mar 23
feat: Update `analyze_image` and `analyze_video` tool descriptions and system prompt rules to enhance multimedia processing. 39b1e37 Paperbag commited on Mar 23
feat: Increase processed questions in `app.py` and use `ToolMessage` for tool call results in `agent.py`. 45386f2 Paperbag commited on Mar 23
feat: Implement audio analysis tools, enhance agent reasoning with a multi-step ReAct loop, and add local submission backup. d20527e Paperbag commited on Mar 23
feat: introduce tools for local Python script execution and document reading, and refine GAIA output formatting. 6000e5d Paperbag commited on Mar 23
feat: Enable authenticated Hugging Face Hub downloads for GAIA using `HF_TOKEN` and enhance the download failure warning message. 4d62326 Paperbag commited on Mar 21
feat: Add image and video analysis tools using Groq Vision, integrate file attachment handling into the agent, and configure VS Code Python settings. a5ab16b Paperbag commited on Mar 20
Refactor web_search function to remove max_results parameter and default to 5 results in DuckDuckGo search. 1e3f550 Paperbag commited on Mar 17
Refactor agent.py to remove the get_image_file tool and update app copy.py to process and print multiple questions from the API response. 1be319c Paperbag commited on Mar 15
Refactor answer_message function to clean up final response handling by removing redundant print statement and trimming the response content for better formatting. b7ddafe Paperbag commited on Mar 3
Add docstring to get_image_file function in agent.py to clarify its purpose and usage. efd70d5 Paperbag commited on Mar 3