Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sanket03
/
agenticai
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sanket03
commited on
Mar 3, 2025
Commit
5579531
·
1 Parent(s):
d91fdd3
added app file
Browse files
Files changed (1)
hide
show
app.py
+5
-0
app.py
CHANGED
Viewed
@@ -0,0 +1,5 @@
1
+
from src.langgraphagenticai.main import load_langgraph_agenticai_app
2
+
3
+
4
+
if __name__=="__main__":
5
+
load_langgraph_agenticai_app()