Commit History

Add specialized handling for known questions and implement debugging scripts for question validation
b70c4a4

Paperbag commited on

Enhance question answering hints and add debugging scripts for question validation
1367742

Paperbag commited on

improving model
03b8ed4

Paperbag commited on

Refactor and add new debugging scripts; update question fetching logic
3f4fc54

Paperbag commited on

claude fix
21be703

Paperbag commited on

test
edd044a

Paperbag commited on

opencode
09f0257

Paperbag commited on

update openrouter model
8d79810

Paperbag commited on

fix models
85f2d49

Paperbag commited on

video update
d3b92d3

Paperbag commited on

fix vision
f1a7daa

Paperbag commited on

update agent
66e034a

Paperbag commited on

fix nvidia
3fc1414

Paperbag commited on

feat: Reorder `smart_invoke` fallback to OpenRouter-Gemini-Groq, add adaptive Gemini model selection, and persist API tier for subsequent calls.
825865b

Paperbag commited on

increase models
5b69a26

Paperbag commited on

feat: Upgrade Gemini model, reorder model fallback tiers, enhance error handling, and add image tool forcing with a new test.
53e9378

Paperbag commited on

refactor: Remove explicit `google_api_key` assignment for Gemini model, relying on automatic environment variable pickup.
60d960d

Paperbag commited on

feat: Update `analyze_image` and `analyze_video` tool descriptions and system prompt rules to enhance multimedia processing.
39b1e37

Paperbag commited on

feat: Increase processed questions in `app.py` and use `ToolMessage` for tool call results in `agent.py`.
45386f2

Paperbag commited on

feat: Implement audio analysis tools, enhance agent reasoning with a multi-step ReAct loop, and add local submission backup.
d20527e

Paperbag commited on

feat: introduce tools for local Python script execution and document reading, and refine GAIA output formatting.
6000e5d

Paperbag commited on

update
717c736

Paperbag commited on

feat: Add image and video analysis tools using Groq Vision, integrate file attachment handling into the agent, and configure VS Code Python settings.
a5ab16b

Paperbag commited on

Refactor web_search function to remove max_results parameter and default to 5 results in DuckDuckGo search.
1e3f550

Paperbag commited on

add wiki
f958cf7

Paperbag commited on

add wiki tool
334e8ea

Paperbag commited on

update prompt
423ddfc

Paperbag commited on

trying to add thought process
9df4794

Paperbag commited on

Refactor agent.py to remove the get_image_file tool and update app copy.py to process and print multiple questions from the API response.
1be319c

Paperbag commited on

update model
ea7a488

Paperbag commited on

strip
5f0c38f

Paperbag commited on

clean final response
0f7bfc3

Paperbag commited on

Refactor answer_message function to clean up final response handling by removing redundant print statement and trimming the response content for better formatting.
b7ddafe

Paperbag commited on

Add docstring to get_image_file function in agent.py to clarify its purpose and usage.
efd70d5

Paperbag commited on

Remove version tag from Hugging Face model repository in agent.py for consistency.
8e56b06

Paperbag commited on

Add placeholder function for image file retrieval in agent.py
ee9c753

Paperbag commited on

Update Hugging Face model repository in agent.py to use DeepSeek-R1-0528 for improved text generation.
4925b03

Paperbag commited on

fixing empty output
685b36d

Paperbag commited on

Refactor answer_message function to prepend a SystemMessage for context, handle tool calls more robustly, and ensure final responses are generated without tool invocation. This enhances the overall response accuracy and flow.
ce86dad

Paperbag commited on

Fix web search output to use 'href' instead of 'url' for result links in agent.py
13e8626

Paperbag commited on

update ddgs
d740763

Paperbag commited on

Enhance answer_message function to include tool execution and result integration. The function now processes tool calls from the AI response, executes them, and appends the results before generating the final response.
9ad9538

Paperbag commited on

update prompt
48a69ad

Paperbag commited on

reduce api call
186221a

Paperbag commited on

update tool calling
3b80656

Paperbag commited on

update ddgs
6a9721c

Paperbag commited on

Refactor web search tool decorator in agent.py from @tools to @tool for improved clarity and consistency.
26c24d0

Paperbag commited on

fix2
7ce37be

Paperbag commited on

web search tools
d885880

Paperbag commited on