mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
fixed incorrect tool.uv.sources config in python package installation instructions (#651)
Co-authored-by: Alex Lavaee <alexlavaee@microsoft.com>
This commit is contained in:
committed by
GitHub
Unverified
parent
ee56314a26
commit
2472f35876
@@ -69,10 +69,10 @@ dependencies = [
|
||||
[tool.uv]
|
||||
prerelease = "if-necessary-or-explicit"
|
||||
[tool.uv.sources]
|
||||
"agent-framework" = { git = "https://github.com/microsoft/agent-framework.git", ref = "main", subdirectory = "python/packages/main" }
|
||||
"agent-framework-azure" = { git = "https://github.com/microsoft/agent-framework.git", ref = "main", subdirectory = "python/packages/azure" }
|
||||
"agent-framework-foundry" = { git = "https://github.com/microsoft/agent-framework.git", ref = "main", subdirectory = "python/packages/foundry" }
|
||||
"agent-framework-workflow" = { git = "https://github.com/microsoft/agent-framework.git", ref = "main", subdirectory = "python/packages/workflow" }
|
||||
"agent-framework" = { git = "https://github.com/microsoft/agent-framework.git", branch = "main", subdirectory = "python/packages/main" }
|
||||
"agent-framework-azure" = { git = "https://github.com/microsoft/agent-framework.git", branch = "main", subdirectory = "python/packages/azure" }
|
||||
"agent-framework-foundry" = { git = "https://github.com/microsoft/agent-framework.git", branch = "main", subdirectory = "python/packages/foundry" }
|
||||
"agent-framework-workflow" = { git = "https://github.com/microsoft/agent-framework.git", branch = "main", subdirectory = "python/packages/workflow" }
|
||||
```
|
||||
Then create a virtual environment:
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user