fix: update log.md with phase 1 test results and last valid commit identification
27568a1
Yago Bolivarcommited on
feat: add prompts_fixed.yaml for GAIA benchmark agent with structured response and tool usage guidelines
d59bc2b
Yago Bolivarcommited on
feat: implement Basic Agent Evaluation Runner with Gradio interface and question submission logic
ea174d2
Yago Bolivarcommited on
fix: update notes.md with submission time and commit reference
12de78d
Yago Bolivarcommited on
fix: update log.md with fix plan and phase 1 test results
cb4ae2c
Yago Bolivarcommited on
feat: add initial phase 1 test script and update project overview with HF Space context
f8d444a
Yago Bolivarcommited on
feat: add comprehensive plan for HF Spaces environment addressing limitations and strategies
ab56706
Yago Bolivarcommited on
fix: update log.md with recent changes and add openai.md for OpenAI model integration
a2b205e
Yago Bolivarcommited on
chore: add openai extras to smolagents dependency in requirements.txt
d0ebe3d
Yago Bolivarcommited on
chore: clean up requirements.txt by removing unused dependencies and updating existing ones
2f9e3d7
Yago Bolivarcommited on
fix: update log.md with recent changes and fixes in app.py and prompts.yaml
033118e
Yago Bolivarcommited on
chore: update requirements.txt with new dependencies and versions
b0df28b
Yago Bolivarcommited on
feat: switch to OpenAIServerModel for improved API integration
43a0598
Yago Bolivarcommited on
fix: update model_id to Qwen/Qwen2.5-Coder-32B-Instruct for improved performance
640d1fd
Yago Bolivarcommited on
feat: implement run_and_submit_all function for agent evaluation and submission with Gradio UI integration
b785644
Yago Bolivarcommited on
fix: escape raw tags in prompts.yaml for proper rendering
42ae606
Yago Bolivarcommited on
rebuild app.py with the original template elements
739cb00
Yago Bolivarcommited on
fix: update emoji in README and add tags for better project categorization
210efc1
Yago Bolivarcommited on
feat: add GradioUI for agent interaction with file upload support and enhanced message handling
f5e38e9
Yago Bolivarcommited on
refactor: remove unused DuckDuckGoSearchTool import and adjust GradioUI import for consistency
24dbb4c
Yago Bolivarcommited on
refactor: update GradioUI import path for consistency
99fd9c7
Yago Bolivarcommited on
refactor: enhance system prompt in prompts.yaml to include tool descriptions and input/output details for better clarity
2f86b66
Yago Bolivarcommited on
Refactor speech_to_text.py to implement a singleton ASR pipeline, enhance error handling, and introduce SpeechToTextTool for better integration. Update spreadsheet_tool.py to support querying and improve parsing functionality, including CSV support. Enhance video_processing_tool.py with new tasks for metadata extraction and frame extraction, while improving object detection capabilities and initialization checks.
87aa741
Yago Bolivarcommited on
refactor: enhance prompt templates for GaiaManagerAgent with detailed instructions and structured responses
b70394c
Yago Bolivarcommited on
refactor: update tool imports and instantiations for consistency; enhance Gradio UI error handling
17e76f4
Yago Bolivarcommited on
docs: update log.md with additional notes on app.py refactor
4285cbd
Yago Bolivarcommited on
refactor: update tool classes to inherit from Tool base class for consistency and improved structure
bffd09a
Yago Bolivarcommited on
feat: add initial implementation of the agent with tool instantiations and prompt loading
4294123
Yago Bolivarcommited on
remove useless app.py file
8b65a4a
Yago Bolivarcommited on
refactor: remove unused branch entry from README for clarity
5d043aa
Yago Bolivarcommited on
refactor: update final_answer import to use FinalAnswerTool class for consistency and improved structure
548d033
Yago Bolivarcommited on
refactor: convert reverse_string_text function to TextReversalTool class for improved structure and functionality
1d3883f
Yago Bolivarcommited on
refactor: convert final_answer function to FinalAnswerTool class for improved structure and extensibility
def985a
Yago Bolivarcommited on
refactor: update identify_file method signature to return dict and remove tool decorator
2803e9d
Yago Bolivarcommited on
refactor: enhance docstring for identify_file method with argument details and return type
af6bf18
Yago Bolivarcommited on
refactor: update type hint for identify_file method to use Self for improved clarity
9ffa434
Yago Bolivarcommited on
feat: add import check for smolagents with version logging