Fix regex pattern in `prepare_submission_data` for accurate answer extraction 30af36c 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 Wikipedia tool and enable embedding model configuration for tools in `tools.py` 470fd47 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
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
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
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
Refactor `gaia_solving_agent` to use `FunctionAgent` with updated tools, LLM integration, and refined functionality. c4d1642 lwant commited on Jun 28, 2025
Add support for handling `additional_file` and `additional_file_path` in workflow agents, update `setup` method, and adapt prompt template accordingly 8332d06 lwant commited on Jun 27, 2025
Update `setup` method to handle additional files with extensions, adapt prompt template for new variable 2d02aba lwant commited on Jun 27, 2025
Replace unused Wikipedia tool spec and integrate `WikipediaToolSpec` with a dedicated `wikipedia_agent`. 4f304eb lwant commited on Jun 27, 2025
Add Wikipedia tool integration, update dependencies, and expand README documentation 8c16572 lwant commited on Jun 26, 2025
Make `run_and_submit_all` asynchronous, update imports, and add telemetry initialization 88b51a3 lwant commited on Jun 26, 2025