Final_Assignment_Template / __pycache__ /agent.cpython-39.pyc

Commit History

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

build: Add compiled Python bytecode for the agent module.
0303c92

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

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

a
0b75753

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 tool
334e8ea

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
f02dcff

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