Fix regex pattern in `prepare_submission_data` for accurate answer extraction 30af36c lwant commited on Jul 4, 2025
Refactor `prepare_submission_data` in `hf_submission_api.py` to fix answer extraction and improve payload handling e378764 lwant commited on Jul 4, 2025
Add retry mechanism and `StopEvent` handling in `make_plan` for better formatting enforcement 5336c20 lwant commited on Jul 3, 2025
Add logging to display task details in `hf_submission_api.py` during agent execution 95cb352 lwant commited on Jul 3, 2025
Update embedding model configuration and simplify tool initialization in `tools.py` 5e9156a lwant commited on Jul 3, 2025
Refactor telemetry import handling in `app.py` to remove redundant code 37c6430 lwant commited on Jul 3, 2025
Refactor telemetry import handling in `app.py` to remove redundant code 85dd991 lwant commited on Jul 3, 2025
Add Wikipedia tool and enable embedding model configuration for tools in `tools.py` 470fd47 lwant commited on Jul 3, 2025
Handle missing dependency by installing package dynamically in `app.py` f5cf0c8 lwant commited on Jul 3, 2025
Add OpenAI integration and enhance toolset in `agent.py` and `tools.py` 449333b lwant commited on Jul 3, 2025
Add `light_model_name` option for extended model configuration in `agent.py` e777bbb lwant commited on Jul 2, 2025
Refactor static directory handling by introducing `STATIC_DIR` constant in `__init__.py` and updating references in `hf_submission_api.py` a32f635 lwant commited on Jul 2, 2025
Add CSV utility function for reading as dictionaries and introduce experimentation data file 5072271 lwant commited on Jul 1, 2025
Enhance tool descriptions and enforce stricter input/output format guidelines in `tools.py` and `agent.py` 895a491 lwant commited on Jul 1, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility 9c4e981 lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility 869f110 lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility f1fbab5 lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility c97bdef lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility 35b4cf8 lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility d83e614 lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility c83d23d lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility fb0c388 lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility 1ca7a6d lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility 47b307a lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility a9a05b8 lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility 89041a6 lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility d31e980 lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility cc15689 lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility dd6e9e2 lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility eec6398 lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility 5e289f3 lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility dc31d06 lwant commited on Jun 30, 2025
Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility 58d4adb lwant commited on Jun 30, 2025
Refactor `agent.py` to enhance `Context` usage, remove unused imports and parameters, and disable parallel tool calls in `gaia_solving_agent`. daf4564 lwant commited on Jun 30, 2025
fixup! Add file handling support in `hf_submission_api`, include file save logic, and static file directory setup 5ab1e4f lwant commited on Jun 29, 2025
Update `vllm_ask_image` to `vllm_ask_image_tool`, add `Context` support, and implement asynchronous image query handling in tools. 0f23fa9 lwant commited on Jun 29, 2025
Refactor `GaiaWorkflow` to use `Context` for state management, add `PlanEvent` class, and enhance prompt handling in `agent.py`. 443e551 lwant commited on Jun 29, 2025
Add `extract_pattern` utility function to support regex-based string extraction in `gaia_solving_agent` dad10fa lwant commited on Jun 29, 2025
Refactor LLM selection to use specific models for reasoning, parsing, and balanced tasks; improve code clarity. e04414b lwant commited on Jun 29, 2025
Update prompt templates and regex pattern to use tagged placeholders for better clarity 3dcdb0c lwant commited on Jun 29, 2025
Add `YoutubeTranscriptReader` tool integration, update dependencies, and enhance agent functionality. 84c7ca2 lwant commited on Jun 28, 2025