Commit History

Update embedding model configuration and simplify tool initialization in `tools.py`
5e9156a

lwant commited on

Add Wikipedia tool and enable embedding model configuration for tools in `tools.py`
470fd47

lwant commited on

fix get_text_representation_of_additional_file
a7fc271

lwant commited on

Add OpenAI integration and enhance toolset in `agent.py` and `tools.py`
449333b

lwant commited on

Add tools
7e0251d

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 `vllm_ask_image` to `vllm_ask_image_tool`, add `Context` support, and implement asynchronous image query handling in tools.
0f23fa9

lwant commited on

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

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

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

lwant commited on

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

lwant commited on

Make `run_and_submit_all` asynchronous, update imports, and add telemetry initialization
fa2bac9

lwant commited on