Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
RCaz
/
Agent_course_Final_Assignment
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
RCaz
commited on
Nov 7, 2025
Commit
9850eaa
·
verified
·
1 Parent(s):
3f7ddfb
Update agent.py
Browse files
Files changed (1)
hide
show
agent.py
+1
-1
agent.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import math
2
-
from typing import Optional, Tuple
3
from smolagents import tool
4
5
1
import math
2
+
from typing import Optional, Tuple
, Literal,
3
from smolagents import tool
4
5