Refactor SmolAgent to utilize Hugging Face's InferenceClient for direct model inference, simplifying response handling and improving error reporting. Update requirements to remove smolagents package. 3528f7a AlexDGenu commited on Jun 30, 2025
Refactor SmolAgent to remove DuckDuckGoSearchTool, update SYSTEM_PROMPT for improved response format, and enhance answer parsing logic. 88624d5 AlexDGenu commited on Jun 30, 2025
Enhance SYSTEM_PROMPT in SmolAgent for clarity and accuracy, update model ID, and simplify response handling. bd08449 AlexDGenu commited on Jun 30, 2025
Refactor SYSTEM_PROMPT in SmolAgent to enforce strict answer formatting and remove unnecessary instructions. 8e83fd8 AlexDGenu commited on Jun 30, 2025
Update requirements.txt to include duckduckgo-search package 79df835 AlexDGenu commited on Jun 30, 2025
Add system prompt to SmolAgent and update response parsing logic 12f742e AlexDGenu commited on Jun 30, 2025
Remove dotenv dependency and update error message for Hugging Face token in SmolAgent initialization. 9d3daac AlexDGenu commited on Jun 30, 2025
Refactor app.py to implement SmolAgent with Hugging Face integration, replacing BasicAgent. c195ce7 AlexDGenu commited on Jun 30, 2025