Skip to content

Commit 95f2cab

Browse files
committed
update-ws-templates-ag-2857
1 parent 1e90b2f commit 95f2cab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libs/agno/agno/workspace/operator.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
WorkspaceStarterTemplate.agent_api: "agent-api",
3131
}
3232
TEMPLATE_TO_REPO_MAP: Dict[WorkspaceStarterTemplate, str] = {
33-
WorkspaceStarterTemplate.agent_app: "https://github.com/agno-agi/agent-app.git",
34-
WorkspaceStarterTemplate.agent_api: "https://github.com/agno-agi/agent-api.git",
33+
WorkspaceStarterTemplate.agent_app: "https://github.com/agno-agi/app-ws-template",
34+
WorkspaceStarterTemplate.agent_api: "https://github.com/agno-agi/api-ws-template",
3535
}
3636

3737

0 commit comments

Comments
 (0)