Commit History

feat: Refactor CodeExecutionTool for improved readability and maintainability
224d111

Yago Bolivar commited on

feat: Enhance tools with new web content extractor and improved functionality
b09a8ba

Yago Bolivar commited on

feat: enhance YouTube video processing with improved error handling and logging
baa65ee

Yago Bolivar commited on

answers from the second submission
afa93b5

Yago Bolivar commited on

feat: update log and notes with recent findings and takeaways
52f1dc3

Yago Bolivar commited on

feat: add tests for chess position analysis and prompt formatting scenarios
9bdf620

Yago Bolivar commited on

feat: enhance system_prompt with strict formatting rules for code responses
556b9b5

Yago Bolivar commited on

ref(app.py, prompts.yaml, final_answer_tool.py): adapt the code to submission requirements
64a3746

Yago Bolivar commited on

feat: update TODO.md with fix plan and enhance log.md with phase 1 test results
de9051c

Yago Bolivar commited on

feat: add handling for system_prompt to flatten dict structure in agent configuration (yet another patch)
338d856

Yago Bolivar commited on

feat: enhance prompts.yaml with detailed task handling and structured response guidelines
9cc4c71

Yago Bolivar commited on

recover app.py and prompts.yaml from f3d56b
577039e

Yago Bolivar commited on

fix: update log.md with phase 1 test results and last valid commit identification
27568a1

Yago Bolivar commited on

feat: add prompts_fixed.yaml for GAIA benchmark agent with structured response and tool usage guidelines
d59bc2b

Yago Bolivar commited on

feat: implement Basic Agent Evaluation Runner with Gradio interface and question submission logic
ea174d2

Yago Bolivar commited on

fix: update notes.md with submission time and commit reference
12de78d

Yago Bolivar commited on

fix: update log.md with fix plan and phase 1 test results
cb4ae2c

Yago Bolivar commited on

feat: add initial phase 1 test script and update project overview with HF Space context
f8d444a

Yago Bolivar commited on

feat: add comprehensive plan for HF Spaces environment addressing limitations and strategies
ab56706

Yago Bolivar commited on

fix: update log.md with recent changes and add openai.md for OpenAI model integration
a2b205e

Yago Bolivar commited on

chore: add openai extras to smolagents dependency in requirements.txt
d0ebe3d

Yago Bolivar commited on

chore: clean up requirements.txt by removing unused dependencies and updating existing ones
2f9e3d7

Yago Bolivar commited on

fix: update log.md with recent changes and fixes in app.py and prompts.yaml
033118e

Yago Bolivar commited on

chore: update requirements.txt with new dependencies and versions
b0df28b

Yago Bolivar commited on

feat: switch to OpenAIServerModel for improved API integration
43a0598

Yago Bolivar commited on

fix: update model_id to Qwen/Qwen2.5-Coder-32B-Instruct for improved performance
640d1fd

Yago Bolivar commited on

feat: implement run_and_submit_all function for agent evaluation and submission with Gradio UI integration
b785644

Yago Bolivar commited on

fix: escape raw tags in prompts.yaml for proper rendering
42ae606

Yago Bolivar commited on

rebuild app.py with the original template elements
739cb00

Yago Bolivar commited on

fix: update emoji in README and add tags for better project categorization
210efc1

Yago Bolivar commited on

feat: add GradioUI for agent interaction with file upload support and enhanced message handling
f5e38e9

Yago Bolivar commited on

refactor: remove unused DuckDuckGoSearchTool import and adjust GradioUI import for consistency
24dbb4c

Yago Bolivar commited on

refactor: update GradioUI import path for consistency
99fd9c7

Yago Bolivar commited on

refactor: enhance system prompt in prompts.yaml to include tool descriptions and input/output details for better clarity
2f86b66

Yago Bolivar commited 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 Bolivar commited on

refactor: enhance prompt templates for GaiaManagerAgent with detailed instructions and structured responses
b70394c

Yago Bolivar commited on

refactor: update tool imports and instantiations for consistency; enhance Gradio UI error handling
17e76f4

Yago Bolivar commited on

docs: update log.md with additional notes on app.py refactor
4285cbd

Yago Bolivar commited on

refactor: update tool classes to inherit from Tool base class for consistency and improved structure
bffd09a

Yago Bolivar commited on

feat: add initial implementation of the agent with tool instantiations and prompt loading
4294123

Yago Bolivar commited on

remove useless app.py file
8b65a4a

Yago Bolivar commited on

refactor: remove unused branch entry from README for clarity
5d043aa

Yago Bolivar commited on

refactor: update final_answer import to use FinalAnswerTool class for consistency and improved structure
548d033

Yago Bolivar commited on

refactor: convert reverse_string_text function to TextReversalTool class for improved structure and functionality
1d3883f

Yago Bolivar commited on

refactor: convert final_answer function to FinalAnswerTool class for improved structure and extensibility
def985a

Yago Bolivar commited on

refactor: update identify_file method signature to return dict and remove tool decorator
2803e9d

Yago Bolivar commited on

refactor: enhance docstring for identify_file method with argument details and return type
af6bf18

Yago Bolivar commited on

refactor: update type hint for identify_file method to use Self for improved clarity
9ffa434

Yago Bolivar commited on

feat: add import check for smolagents with version logging
41d1fd0

Yago Bolivar commited on