Spaces:
Running
Running
title: First Agent - Monte Carlo integration | |
emoji: ⚡ | |
colorFrom: pink | |
colorTo: yellow | |
sdk: gradio | |
sdk_version: 5.15.0 | |
app_file: app.py | |
pinned: false | |
tags: | |
- smolagents | |
- agent | |
- smolagent | |
- tool | |
- agent-course | |
short_description: An agent with Monte Carlo integration tool | |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
Sample prompts: | |
``` | |
Calculate the approximate integral of sin(x) from 0 to 3.14 | |
compare with the prompt | |
Calculate the approximate integral of sin(x) from 0 to pi | |
Compute the integral of 'x**2 + 3*x + 2' from 0 to 10 | |
Estimate the area under the curve for f(x) = exp(-x**2) between -1 and 1 | |
``` |