We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e90b2f commit 95f2cabCopy full SHA for 95f2cab
libs/agno/agno/workspace/operator.py
@@ -30,8 +30,8 @@
30
WorkspaceStarterTemplate.agent_api: "agent-api",
31
}
32
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",
+ WorkspaceStarterTemplate.agent_app: "https://github.com/agno-agi/app-ws-template",
+ WorkspaceStarterTemplate.agent_api: "https://github.com/agno-agi/api-ws-template",
35
36
37
0 commit comments