Update requirements.txt: replace editable install directive with git repository URL 8231044 CoralLeiCN commited on Jul 23, 2025
Update README.md and requirements.txt: modify export command and regenerate dependencies list e67eba6 CoralLeiCN commited on Jul 22, 2025
Update README.md: add instructions for syncing repo to Hugging Face and exporting requirements e220f72 CoralLeiCN commited on Jul 22, 2025
Update requirements.txt: add comprehensive list of dependencies 59eb11c CoralLeiCN commited on Jul 22, 2025
Limit Wikipedia search tool output to 50,000 characters. So do not exceed token quota 250000. 50ee91d CoralLeiCN commited on Jul 15, 2025
Refactor BaseballQATool: simplify description for clarity eab656d CoralLeiCN commited on Jul 15, 2025
Enhance BaseballQATool: update description for clarity and add grounding tool configuration 9283c68 CoralLeiCN commited on Jul 15, 2025
Add BaseballQATool: implement tool for answering baseball player queries 0b4ed3e CoralLeiCN commited on Jul 14, 2025
Refactor BasicAgent: add top_p and seed parameters for enhanced model configuration d564629 CoralLeiCN commited on Jul 13, 2025
Update README.md: enhance experiments section with detailed scoring and tool descriptions c1e5656 CoralLeiCN commited on Jul 13, 2025
Fix gemini_model_liteLLM: ensure seed is consistently set to 42 for reproducibility dfd6d8a CoralLeiCN commited on Jul 12, 2025
Update TranscribeAudioBytes tool: modify model to "gemini-2.5-pro" and add content generation configuration for more deterministic result. 2198402 CoralLeiCN commited on Jul 9, 2025
Refactor ChessBestMove class: enhance move selection logic and improve output clarity 8994bf1 CoralLeiCN commited on Jul 9, 2025
Refactor chess move functionality: replace chess_move tool with ChessBestMove class for improved clarity and structure d1a3709 CoralLeiCN commited on Jul 8, 2025
Add pre-commit configuration for Ruff linter and formatter 268a881 CoralLeiCN commited on Jul 8, 2025
Add chess_move tool and update imports in agents and tools modules ba1bd1e CoralLeiCN commited on Jul 6, 2025
Remove unused imports from score.py, utils.py, and app.py for cleaner code eed2d7f CoralLeiCN commited on Jul 6, 2025
using a "redundant" import alias, instructs Ruff (and other tools) to respect the re-export 656e695 CoralLeiCN commited on Jun 17, 2025
Refactor imports and enhance system prompts in agents and tools modules 0173236 CoralLeiCN commited on Jun 17, 2025
Add pandas import to BasicAgent and change ReadExcelFileBytes output type to object cd5c77a CoralLeiCN commited on Jun 14, 2025
Refactor BasicAgent to allow model-determined thinking budget 04e6f8d CoralLeiCN commited on Jun 14, 2025
Add lowercase formatting for answers and refine system prompt instructions 8127077 CoralLeiCN commited on Jun 13, 2025
Update thinking budget in BasicAgent and enhance answer logging 49a9cbb CoralLeiCN commited on Jun 12, 2025
Enhance WikipediaSearchTool to use Wikipedia API for fetching page content and improve description aa45f62 CoralLeiCN commited on Jun 11, 2025
Refactor agent tools: add WikipediaSearchTool for querying Wikipedia and update imports 0b3f86d CoralLeiCN commited on Jun 10, 2025
Fix formatting issues in question_scorer and normalize_str functions 7681f16 CoralLeiCN commited on Jun 9, 2025
Add scoring functions for evaluating model answers against ground truth ccf895d CoralLeiCN commited on Jun 6, 2025
Add CodeExecutionTool for executing Python code and answering questions 646e8e8 CoralLeiCN commited on Jun 1, 2025
Add UnderstandImageBytes tool for image analysis and description generation a63626e CoralLeiCN commited on Jun 1, 2025
still have rate limit error. Update delay function to 8 seconds and modify BasicAgent instantiation to use default model 5f8c1ae CoralLeiCN commited on Jun 1, 2025
Refactor BasicAgent to use a specific model version and update delay function for rate limiting 5641860 CoralLeiCN commited on May 31, 2025
Refactor BasicAgent to accept model parameter and update usage of gemini_model_liteLLM; d77d030 CoralLeiCN commited on May 30, 2025
Refactor BasicAgent initialization to set sleep duration to 10 seconds and implement delay function for rate limiting. e77661a CoralLeiCN commited on May 30, 2025
Increase sleep duration in BasicAgent initialization and update DownloadFile description for clarity on return value and usage. 49d01c0 CoralLeiCN commited on May 30, 2025
Add TranscribeAudioBytes tool for audio transcription using Google GenAI 2db20d8 CoralLeiCN commited on May 29, 2025
Add experiments section to README with feature evaluations and scores 02003d5 CoralLeiCN commited on May 29, 2025
Enhance BasicAgent and tools: add DownloadFile and ReadExcelFileBytes; update call signature to include task_id 7bffe6c CoralLeiCN commited on May 28, 2025
Update .gitignore to include agent_course_final_assignment.egg-info and improve formatting 8085a4e CoralLeiCN commited on May 26, 2025
Refactor BasicAgent and update system_prompt for improved answer formatting; enhance TranscribeYoutubeVideo tool with updated model. f634fc1 CoralLeiCN commited on May 26, 2025
Update pyproject.toml and uv.lock to add markdownify dependency and adjust package source settings 2838b41 CoralLeiCN commited on May 26, 2025