Skip to content

Commit 6264c58

Browse files
committed
rename package
1 parent d8ea2fd commit 6264c58

17 files changed

+5
-5
lines changed

typescript-sdk/integrations/crewai/python/agui_crewai/dojo.py renamed to typescript-sdk/integrations/crewai/python/ag_ui_crewai/dojo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def main():
5252
"""Run the uvicorn server."""
5353
port = int(os.getenv("PORT", "8000"))
5454
uvicorn.run(
55-
"agui_crewai.dojo:app",
55+
"ag_ui_crewai.dojo:app",
5656
host="0.0.0.0",
5757
port=port,
5858
reload=True

0 commit comments

Comments
 (0)