Skip to content

Commit 8ed5199

Browse files
authored
update-ws-templates-ag-2857 (#2360)
## Description - **Summary of changes**: Workspace template update --- ## Type of change Please check the options that are relevant: - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Model update (Addition or modification of models) - [ ] Other (please describe): --- ## Checklist - [ ] Adherence to standards: Code complies with Agno’s style guidelines and best practices. - [ ] Formatting and validation: You have run `./scripts/format.sh` and `./scripts/validate.sh` to ensure code is formatted and linted. - [ ] Self-review completed: A thorough review has been performed by the contributor(s). - [ ] Documentation: Docstrings and comments have been added or updated for any complex logic. - [ ] Examples and guides: Relevant cookbook examples have been included or updated (if applicable). - [ ] Tested in a clean environment: Changes have been tested in a clean environment to confirm expected behavior. - [ ] Tests (optional): Tests have been added or updated to cover any new or changed functionality. --- ## Additional Notes Include any deployment notes, performance implications, security considerations, or other relevant information (e.g., screenshots or logs if applicable).
1 parent ba28053 commit 8ed5199

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)