Commit History

Add `light_model_name` option for extended model configuration in `agent.py`
e777bbb

lwant commited on

Refactor static directory handling by introducing `STATIC_DIR` constant in `__init__.py` and updating references in `hf_submission_api.py`
a32f635

lwant commited on

Add CSV utility function for reading as dictionaries and introduce experimentation data file
5072271

lwant commited on

Enhance tool descriptions and enforce stricter input/output format guidelines in `tools.py` and `agent.py`
895a491

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
9c4e981

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
869f110

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
f1fbab5

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
c97bdef

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
35b4cf8

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
d83e614

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
c83d23d

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
fb0c388

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
1ca7a6d

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
47b307a

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
a9a05b8

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
89041a6

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
d31e980

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
cc15689

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
dd6e9e2

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
eec6398

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
5e289f3

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
dc31d06

lwant commited on

Update `requirements.txt` to include new dependencies for enhanced functionality and compatibility
58d4adb

lwant commited on

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

fixup! Add file handling support in `hf_submission_api`, include file save logic, and static file directory setup
5ab1e4f

lwant commited on

rework prompts
cfb1f9f

lwant commited on

Update `vllm_ask_image` to `vllm_ask_image_tool`, add `Context` support, and implement asynchronous image query handling in tools.
0f23fa9

lwant commited on

minor fix
3dbdc7b

lwant commited on

Refactor `GaiaWorkflow` to use `Context` for state management, add `PlanEvent` class, and enhance prompt handling in `agent.py`.
443e551

lwant commited on

Add `extract_pattern` utility function to support regex-based string extraction in `gaia_solving_agent`
dad10fa

lwant commited on

Refactor LLM selection to use specific models for reasoning, parsing, and balanced tasks; improve code clarity.
e04414b

lwant commited on

Add `num_concurrent_runs` parameter to `gaia_solving_agent`
ea9851f

lwant commited on

Update prompt templates and regex pattern to use tagged placeholders for better clarity
3dcdb0c

lwant commited on

Add `YoutubeTranscriptReader` tool integration, update dependencies, and enhance agent functionality.
84c7ca2

lwant commited on

Add `OPENAI_API_KEY` support in `gaia_solving_agent` and update `.example.env` with example key.
ce87d42

lwant commited on

styling
14d1c6f

lwant commited on

Refactor `gaia_solving_agent` to use `FunctionAgent` with updated tools, LLM integration, and refined functionality.
c4d1642

lwant commited on

Add `ensure_files_are_loaded` to handle additional files, update `run_agent` to support dependency injection of loaded files.
da0471f

lwant commited on

Add website parsing and text chunking support, update dependencies, and enhance README documentation.
4f70efd

lwant commited on

Add MISTRAL integration, update dependencies, and adjust `.example.env` for new API key support.
dc47641

lwant commited on

Refactor import of `SimpleDirectoryReader` in `hf_submission_api` to optimize placement.
0a714d8

lwant commited on

Update dependencies to include `et-xmlfile`, `llvmlite`, `more-itertools`, `mpmath`, `numba`, `openai-whisper`, `openpyxl`, `sympy`, and `torch`
d944d48

lwant commited on

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

Update `setup` method to handle additional files with extensions, adapt prompt template for new variable
2d02aba

lwant commited on

Add support for loading additional files in `run_agent`, update dependencies, and enhance README documentation
182e77f

lwant commited on

Replace unused Wikipedia tool spec and integrate `WikipediaToolSpec` with a dedicated `wikipedia_agent`.
4f304eb

lwant commited on

minor changes
c2fbc47

lwant commited on

Add Wikipedia tool integration, update dependencies, and expand README documentation
8c16572

lwant commited on

Make `run_agent` asynchronous, enhance agent handling, and improve answer extraction logic
82e40d1

lwant commited on

Make `run_and_submit_all` asynchronous, update imports, and add telemetry initialization
88b51a3

lwant commited on