Skip to content

Commit 5d8023b

Browse files
committed
Add agent-framework packages and update dependencies
Added agent-framework-core, agent-framework-azure-ai, agent-framework-copilotstudio, agent-framework-devui, agent-framework-mem0, and agent-framework-redis as dependencies from the Microsoft agent-framework repository. Updated azure-ai-agents to version 1.2.0b5 and upgraded aiohttp to 3.13.1.
1 parent 66ea641 commit 5d8023b

File tree

2 files changed

+2145
-1131
lines changed

2 files changed

+2145
-1131
lines changed

src/backend/pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,16 @@ description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.11"
77
dependencies = [
8+
"agent-framework-core @ git+https://github.com/microsoft/agent-framework.git@main#subdirectory=python/packages/core",
9+
"agent-framework-azure-ai @ git+https://github.com/microsoft/agent-framework.git@main#subdirectory=python/packages/azure-ai",
10+
"agent-framework-copilotstudio @ git+https://github.com/microsoft/agent-framework.git@main#subdirectory=python/packages/copilotstudio",
11+
"agent-framework-devui @ git+https://github.com/microsoft/agent-framework.git@main#subdirectory=python/packages/devui",
12+
"agent-framework-mem0 @ git+https://github.com/microsoft/agent-framework.git@main#subdirectory=python/packages/mem0",
13+
"agent-framework-redis @ git+https://github.com/microsoft/agent-framework.git@main#subdirectory=python/packages/redis",
814
"azure-ai-evaluation==1.11.0",
915
"azure-ai-inference==1.0.0b9",
1016
"azure-ai-projects==1.0.0",
11-
"azure-ai-agents==1.2.0b2",
17+
"azure-ai-agents==1.2.0b5",
1218
"azure-cosmos==4.9.0",
1319
"azure-identity==1.24.0",
1420
"azure-monitor-events-extension==0.1.0",
@@ -32,4 +38,5 @@ dependencies = [
3238
"pylint-pydantic==0.3.5",
3339
"pexpect==4.9.0",
3440
"mcp==1.13.1"
41+
3542
]

0 commit comments

Comments
 (0)