Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
minchyeom
/
llmOS-Agent
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d8668d3
llmOS-Agent
/
bot
/
__main__.py
tech-envision
Refactor Discord bot and add module entry point
57fa15b
2 months ago
raw
Copy download link
history
blame
Safe
69 Bytes
from
.discord_bot
import
main
if
__name__ ==
"__main__"
:
main()