Commit History

Update README.md
40621c0

CoralLeiCN commited on

Update requirements.txt: replace editable install directive with git repository URL
8231044

CoralLeiCN commited on

update dependencies to python 3.10
e5344b4

CoralLeiCN commited on

Remove editable install directive from requirements.txt
42749a6

CoralLeiCN commited on

Update README.md and requirements.txt: modify export command and regenerate dependencies list
e67eba6

CoralLeiCN commited on

Update README.md: add instructions for syncing repo to Hugging Face and exporting requirements
e220f72

CoralLeiCN commited on

Update requirements.txt: add comprehensive list of dependencies
59eb11c

CoralLeiCN commited on

update final experiment notes
f08f02b

CoralLeiCN commited on

upgrade dependencies.
2929757

CoralLeiCN commited on

Limit Wikipedia search tool output to 50,000 characters. So do not exceed token quota 250000.
50ee91d

CoralLeiCN commited on

Refactor BaseballQATool: simplify description for clarity
eab656d

CoralLeiCN commited on

Enhance BaseballQATool: update description for clarity and add grounding tool configuration
9283c68

CoralLeiCN commited on

Add BaseballQATool: implement tool for answering baseball player queries
0b4ed3e

CoralLeiCN commited on

Refactor BasicAgent: add top_p and seed parameters for enhanced model configuration
d564629

CoralLeiCN commited on

Update README.md: enhance experiments section with detailed scoring and tool descriptions
c1e5656

CoralLeiCN commited on

Fix gemini_model_liteLLM: ensure seed is consistently set to 42 for reproducibility
dfd6d8a

CoralLeiCN commited on

Update TranscribeAudioBytes tool: modify model to "gemini-2.5-pro" and add content generation configuration for more deterministic result.
2198402

CoralLeiCN commited on

Refactor ChessBestMove class: enhance move selection logic and improve output clarity
8994bf1

CoralLeiCN commited on

Refactor chess move functionality: replace chess_move tool with ChessBestMove class for improved clarity and structure
d1a3709

CoralLeiCN commited on

add pre-commit
132c485

CoralLeiCN commited on

Add pre-commit configuration for Ruff linter and formatter
268a881

CoralLeiCN commited on

Add chess_move tool and update imports in agents and tools modules
ba1bd1e

CoralLeiCN commited on

Remove unused imports from score.py, utils.py, and app.py for cleaner code
eed2d7f

CoralLeiCN commited on

using a "redundant" import alias, instructs Ruff (and other tools) to respect the re-export
656e695

CoralLeiCN commited on

Refactor imports and enhance system prompts in agents and tools modules
0173236

CoralLeiCN commited on

Add pandas import to BasicAgent and change ReadExcelFileBytes output type to object
cd5c77a

CoralLeiCN commited on

Refactor BasicAgent to allow model-determined thinking budget
04e6f8d

CoralLeiCN commited on

Add lowercase formatting for answers and refine system prompt instructions
8127077

CoralLeiCN commited on

Update thinking budget in BasicAgent and enhance answer logging
49a9cbb

CoralLeiCN commited on

Enhance WikipediaSearchTool to use Wikipedia API for fetching page content and improve description
aa45f62

CoralLeiCN commited on

Add lxml dependency to pyproject.toml and uv.lock
5077fd6

CoralLeiCN commited on

Refactor agent tools: add WikipediaSearchTool for querying Wikipedia and update imports
0b3f86d

CoralLeiCN commited on

update dependencies
4b4e7fa

CoralLeiCN commited on

Add .DS_Store to .gitignore for macOS compatibility
9773c9f

CoralLeiCN commited on

Fix formatting issues in question_scorer and normalize_str functions
7681f16

CoralLeiCN commited on

Add scoring functions for evaluating model answers against ground truth
ccf895d

CoralLeiCN commited on

Add CodeExecutionTool for executing Python code and answering questions
646e8e8

CoralLeiCN commited on

Add UnderstandImageBytes tool for image analysis and description generation
a63626e

CoralLeiCN commited on

still have rate limit error. Update delay function to 8 seconds and modify BasicAgent instantiation to use default model
5f8c1ae

CoralLeiCN commited on

update dependencies
5d9b767

CoralLeiCN commited on

Refactor BasicAgent to use a specific model version and update delay function for rate limiting
5641860

CoralLeiCN commited on

Refactor BasicAgent to accept model parameter and update usage of gemini_model_liteLLM;
d77d030

CoralLeiCN commited on

Refactor BasicAgent initialization to set sleep duration to 10 seconds and implement delay function for rate limiting.
e77661a

CoralLeiCN commited on

Increase sleep duration in BasicAgent initialization and update DownloadFile description for clarity on return value and usage.
49d01c0

CoralLeiCN commited on

Add TranscribeAudioBytes tool for audio transcription using Google GenAI
2db20d8

CoralLeiCN commited on

Add experiments section to README with feature evaluations and scores
02003d5

CoralLeiCN commited on

Enhance BasicAgent and tools: add DownloadFile and ReadExcelFileBytes; update call signature to include task_id
7bffe6c

CoralLeiCN commited on

Update .gitignore to include agent_course_final_assignment.egg-info and improve formatting
8085a4e

CoralLeiCN commited on

Refactor BasicAgent and update system_prompt for improved answer formatting; enhance TranscribeYoutubeVideo tool with updated model.
f634fc1

CoralLeiCN commited on

Update pyproject.toml and uv.lock to add markdownify dependency and adjust package source settings
2838b41

CoralLeiCN commited on