Unit4-GAIA / agent.py

Commit History

Add combine_images tool for combining multiple images into collages or stacks
72e871e

Romain Lembo commited on

Refactor retriever function to handle empty similarity search results gracefully
938df3e

Romain Lembo commited on

Add generate_image tool for creating images with various types and parameters
0ca306e

Romain Lembo commited on

Add draw_on_image tool for drawing shapes and text on images
2028b24

Romain Lembo commited on

Replace change_image tool with set_image_properties for enhanced image transformations
cc47112

Romain Lembo commited on

Add change_image tool for various image transformations
75b9658

Romain Lembo commited on

Refactor tool imports and update tools list to include analyze_csv_file, analyze_excel_file, and get_image_properties
cb49713

Romain Lembo commited on

Add tools for analyzing CSV and Excel files
f9c2e6d

Romain Lembo commited on

Add extract_text_from_image tool and update requirements
f6453f6

Romain Lembo commited on

Add file handling tools: save_read_file and download_file
b48e08c

Romain Lembo commited on

Add mathematical tools: modulus, power, subtract, and square root
fc9e2f8

Romain Lembo commited on

Add multi-language code execution tool and update requirements
73b4d6b

Romain Lembo commited on

Add ChatLiteLLM integration and update requirements
e679d7f

Romain Lembo commited on

Add mathematical operation tools: add, multiply, and divide; implement python code parser tool
1ab73a3

Romain Lembo commited on

Comment out audio transcription tool import and usage
765902b

Romain Lembo commited on

Add audio transcription tool for converting audio files to text
b22c97e

Romain Lembo commited on

Enhance ChatGoogleGenerativeAI configuration and refine system prompt for improved response clarity
4d7679c

Romain Lembo commited on

Refactor HuggingFace model initialization to directly retrieve API token from environment variables
9a6bf7a

Romain Lembo commited on

Update HuggingFace model initialization to use new repo_id and include API token
1de2e9a

Romain Lembo commited on

Update HuggingFace model initialization to use repo_id instead of endpoint_url
34eaa8e

Romain Lembo commited on

Update HuggingFace model initialization to use endpoint_url instead of repo_id
e821764

Romain Lembo commited on

Fix syntax error in HuggingFace model initialization by adding a missing comma
2933eee

Romain Lembo commited on

Update HuggingFace model initialization to use repo_id instead of endpoint_url
7aaad47

Romain Lembo commited on

Fix endpoint URL parameter in HuggingFace model initialization
81421b7

Romain Lembo commited on

Change default provider in build_graph function from 'groq' to 'google'
20a08ff

Romain Lembo commited on

Add LangGraph Agent implementation and search tools for Arxiv, Wikipedia, and web queries
4cc7463

Romain Lembo commited on