Commit History

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

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 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

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

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

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

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

CoralLeiCN commited on

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

CoralLeiCN commited on

Move gemini model and client functions to a new utils module
fa3ab28

CoralLeiCN commited on

refactor BasicAgent by move to a seprate module.
f9aa528

CoralLeiCN commited on

Add TranscribeYoutubeVideo tool and WebSearchTool and integrate with BasicAgent
00e5274

CoralLeiCN commited on