Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
KPatelis
/
Agents_Course_Assignment
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d44f842
Agents_Course_Assignment
/
hello.py
KPatelis
Agent implementation
b3f9415
about 2 months ago
raw
Copy download link
history
blame
Safe
102 Bytes
def
main
():
print
(
"Hello from agents-course-assignment!"
)
if
__name__ ==
"__main__"
:
main()