SmolAgents

The current Agent is based on the model Qwen2.5-Coder-32B-Instruct.
The purpose is to show how an LLM interacting with different tools can enhance its capacities.

Available Tools

  • Web Search: Perform a web search using DuckDuckGo.
  • Visit Webpage: Visit a webpage and read its content.
  • Get Current Time: Get the current time in a specified timezone.
  • Calculator: Perform calculations such as simplification, factorisation, integration see API.
  • Analyze GitHub Repository: Analyze a GitHub repository and provide insights.

Final Answer

Example Usage

Question Asking

What is the capital of baguettes 🥖 and what time is it there?

Analyze GitHub Repository

Can you please analyze this repository and give me an explanation of it :

https://github.com/mriusero/defi-user-behavior-clustering

Ask for doc explanation

Can you please explain me this documentation :

https://datashader.org/user_guide/Networks.html ?

Mathematics Calculation

What is the integral of sin(x) dx?

Can you please also factorise this polynomial :

x^3 - 6x^2 + 11x - 6 ?