Commit History

video update
62f1c22

Paperbag commited on

fix vision
ce12202

Paperbag commited on

update agent
55e97e6

Paperbag commited on

fix nvidia
3ab1ef9

Paperbag commited on

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

Paperbag commited on

increase models
504e912

Paperbag commited on

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

Paperbag commited on

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

Paperbag commited on

build: Add compiled Python bytecode for the agent module.
313dd30

Paperbag commited on

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

Paperbag commited on

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

Paperbag commited on

update
66f6a5c

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

Paperbag commited on

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

Paperbag commited on

add wiki tool
886e483

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.
4f044cc

Paperbag commited on

update model
2792bbf

Paperbag commited on

strip
99bae82

Paperbag commited on

Add placeholder function for image file retrieval in agent.py
77401f1

Paperbag commited on

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

Paperbag commited on

fixing empty output
7eed104

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.
4855d18

Paperbag commited on